\documentclass[12pt]{article} \usepackage{psfig,natbib,colordvi} \pagestyle{empty} \setlength{\textheight}{724pt} \setlength{\topmargin}{0pt} \setlength{\textwidth}{462pt} \setlength{\oddsidemargin}{15pt} \setlength{\evensidemargin}{15pt} \setlength{\tolerance}{5000} \newcommand{\curl}{{\rm curl}} \newcommand{\degrees}{$^{\circ}$} \newfont{\bighelv}{phvr at 32 pt} \newfont{\superhelv}{phvr at 64 pt} \newfont{\shelv}{phvr at 48 pt} \newfont{\helv}{phvr at 24 pt} \newfont{\helvbf}{phvb at 24 pt} \newfont{\helvi}{phvron at 24 pt} \newfont{\hugebf}{ptmb at 18 pt} \newfont{\helvsm}{phvr at 18 pt} % Helvetica regular \newfont{\helvb}{phvb at 24 pt} % bold \newfont{\helvc}{phvrc at 18 pt} % large and small caps \newfont{\helvo}{phvro at 18 pt} % oblique \newfont{\helvem}{phvro at 24 pt} % oblique \newfont{\helvon}{phvron at 18 pt} % oblique narrow \newfont{\helvrn}{phvrrn at 18 pt} % narrow % conclude: use regular, bold, and regular oblique \begin{document} \newcounter{scount} \newcounter{tcount} %\Huge \LARGE \helv \parbox[t]{12cm}{ \noindent {\helvbf Sample text segment number 1} describes the first figure. \ \\ \noindent {\helvbf Several paragraphs} are included.} \newpage \parbox[t]{12cm}{ \noindent {\helvbf Key points are summarized in bullets.} \begin{list}{$\bullet$}{\setlength{\itemsep}{0in}\usecounter{scount}} \item{\helvbf{Topic 1:} Background} \item{\helvbf{Topic 2:} Findings} \end{list} } \newpage \noindent \parbox[t]{12cm}{ \noindent {\helvbf References} will work reliably if the ``nocite'' command is used with bibtex. [e.g. Gille, 2002]\nocite{gille02}. } \newpage \parbox[t]{12cm}{ \noindent {\helvbf After preparing text} run latex, bibtex, latex, latex. } \newpage \parbox[t]{5.5in}{ \noindent {\helvbf Vary the width of each box} by hand to fit text into available regions.} \newpage \LARGE \helv \parbox[t]{17cm}{ \noindent {\helvbf For equations, you can force the equation font size by using standard latex commands, such as ``Large''.} \ \\ \begin{displaymath} \frac{\partial u}{\partial t}=-bu+\tau^x. \end{displaymath} } \newpage \bibliography{/home/sgille/papers/draft} \bibliographystyle{sarah} \ \\ \parbox[t]{16cm}{ \noindent For further information and preprints see:\\ http://www-mae.ucsd.edu/$\sim$sgille/ } \end{document}