\documentclass[a4paper, 12pt, times]{article} \usepackage{graphicx} \usepackage{amsmath} \usepackage{amssymb} \usepackage{natbib} \usepackage{fancyhdr} \usepackage{titlesec} \usepackage[font=footnotesize]{caption} \oddsidemargin 0mm \topmargin 0mm \textheight 247mm \textwidth 160mm \voffset 0mm \hoffset 0mm \headheight = 0mm \headsep = 0mm \pagestyle{fancy} \pagenumbering{arabic} \fancyhead{} \cfoot{\footnotesize ${\rm VIII^{th}}$ Int. Symp. on Stratified Flows, San Diego, USA, Aug. 29 - Sept. 1, 2016} \rfoot{\footnotesize \thepage} \renewcommand{\headrulewidth}{0pt} \setcounter{secnumdepth}{2} \newfont{\tit}{ptmb at 14pt} %% Commands to use required fonts. \newfont{\auth}{ptmr at 12pt} \newfont{\sect}{ptmb at 12pt} \newfont{\subsect}{ptmb at 11pt} \titleformat{\section}{\sect}{\thesection}{1em}{} \titleformat{\subsection}{\subsect}{\thesubsection}{1em}{} \newcommand{\acknowledgements}[0]{\vspace{16pt} \noindent {\sect Acknowledgements} \vspace{10pt}\\} \newcommand{\references}[0]{\vspace{16pt} \noindent {\sect References} \vspace{10pt}\\} \renewcommand{\abstract}[0]{\noindent {\sect Abstract} \vspace{5pt}\\} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \begin{document} \begin{center} {\tit Title of Paper}\\ %% Title \vspace{10pt} {\auth John Doe, \underline{Presenting Author} and Steve Smith}\\ %%Authors \vspace{10pt} %%Addresses & emails {Scripps Institution of Oceanography,\\ University of California San Diego}\\ person@ucsd.edu \end{center} \abstract The abstract should be no longer than 12 lines. \section{Introduction} Text of Paragraph 1. Do citations like this: \cite{bw72}, \cite{wood68}. \vspace{8pt} \noindent Continue with text of second paragraph. Here is my first equation... \begin{equation} \pi > 3.14 \end{equation} \vspace{8pt} \noindent Now onto paragraph 3... \section{New Section Heading} \noindent Text in the new section... \subsection{Subsection Heading} \noindent In this section we'll introduce and discuss a figure... \begin{figure}[htb] \begin{center} \includegraphics[width=0.8\linewidth]{zeta.png} \caption{Vertical vorticity $\zeta(x,y)$ (${\rm s}^{-1}$) at fixed $z$ in a buoyancy-driven, horizontal exchange flow through a narrow gap. Locations where $|\zeta|>\zeta_{*}$ are shown in dark blue.} \label{vorticity} \end{center} \end{figure} \section{New Section Heading} \noindent In this section we'll summarize everything in a table... \begin{center} \captionof{table}{Dimensionless parameters defining the flow regime and the model resolution. } \begin{tabular}{| c | c | p{7cm} |} \hline {\bf parameter} & {\bf value} & {\bf comment} \\ \hline $\sigma/f$ & 2.7 & $\sigma/2 > f$ \\ \hline $N_{\rm pyc}/f$ & 11.6 & strongly stratified pycnocline \\ \hline $N_{\rm deep}/N_{\rm pyc}$ & 0.19 & weak stratification at depth \\ \hline $\delta/H$ & 0.13 & thin pycnocline \\ \hline $h_1/h_2$ & 0.06 & near-surface pycnocline \\ \hline $H/R$ & 0.12 & shallow basin \\ \hline $(\rho_o/\Delta \rho)(\eta_{\rm max} / R)(H/R)$ & 0.046 & weak tidal forcing \\ \hline $ {[\eta/\partial \eta/\partial r]}/{R} $ & $\approx 1$ & external Rossby deformation radius \\ \hline $a_{\rm int}/R =(c/f)/{R}$ & 0.12 & internal Rossby deformation radius\\ \hline ${\Delta}x/R = {\Delta}y/R$ & 0.004 & horizontal grid spacing \\ \hline ${\Delta}z / {\Delta}x$ & 0.22 & grid aspect ratio \\ \hline $\sigma \,{\Delta}t $ & 0.025, 0.0125 & time step \\ \hline \end{tabular} \end{center} \references \def\refname{} \vspace{-0.9in} \bibliographystyle{apalike} \bibliography{references} %% Assumes existence of the bibliography file references.bib. \end{document}