%% Harvard Working Papers in Linguistics Style files for LaTeX. \ProvidesPackage{hwpil} \usepackage[tiny]{titlesec} \usepackage{setspace,xspace} \usepackage[sort]{natbib} \usepackage{bbding} \bibpunct[:]{(}{)}{,}{a}{}{,} \newcommand{\bibfont}{\small} \setlength{\bibsep}{0pt} \setlength{\bibhang}{0.5in} \setlength{\floatsep}{3pt} \usepackage{times} \usepackage{nccfoots} \usepackage{footmisc} \usepackage{fancyhdr} \pagestyle{fancy} \usepackage{pstricks,colortab} \newgray{lightgray}{.85} % For shading - will give 12.5% as per style guide \usepackage{tipa} %%%%%%%%HWPiL Specifications \setlength{\baselineskip}{11pt} \setlength{\parindent}{.5in} \setlength{\footnotesep}{12pt} \setlength{\footnotemargin}{3.5pt} \setlength{\oddsidemargin}{1in} \setlength{\evensidemargin}{1in} \setlength{\topmargin}{0.75in} \setlength{\textheight}{7in} \setlength{\textwidth}{4.5in} \setlength{\headwidth}{4.5in} \setlength{\floatsep}{0pt} % mine. \renewcommand{\footnote}[1]{\addtocounter{footnote}{1}\Footnote{\footnotesize\thefootnote}{\footnotesize #1}} %changed from \small in both places. % changed from simply \titlelabel{\thetitle. \quad} to get 2. but 2.1, 2.1.1 %subsubsection redefined. \titlelabel{\thetitle.{\hspace{0.406in}}} %% changed to { } from \quad as per specs. {\hspace{0.47 in}} \renewcommand{\thesection}{\arabic{section}} \renewcommand{\thesubsection}{\thesection.\arabic{subsection}} \renewcommand{\thesubsubsection}{\thesubsection.\arabic{subsubsection}} %\titleformat{\section}{\normalsize\bfseries}{\thesection}{10pt}{} \titleformat{\subsection}{\normalsize\bfseries}{\thesubsection}{0.375in}{} \titleformat{\subsubsection}{\normalsize\itshape}{\thesubsubsection}{0.25in}{} \sloppy %% end of file.