%============================================================================== \documentclass[11pt]{article} %============================================================================== % This is essentially FULLPAGE.STY by H.Partl, Version 2 as of 15 Dec 1988. % Document Style Option to fill the paper just like Plain TeX. % It is included here, in case it is not already available to some authors. \topmargin 0pt \advance \topmargin by -\headheight \advance \topmargin by -\headsep \textwidth 6.5in \textheight 8.9in \oddsidemargin 0pt \evensidemargin \oddsidemargin \marginparwidth 0.5in %------------------------------------------------------------------------------ %------------------------------------------------------------------------------ \title{\bf TITLE} %------------------------------------------------------------------------------ \author{AUTHOR1 \ \ \ \ AUTHOR2\\[0.05in] AUTHORS' ADDRESS\\ % something like: Cranberry Melon School of Cucumber Science ... MORE OF AUTHORS' ADDRESS\\ E-MAIL ADDRESSES OF AUTHORS } %------------------------------------------------------------------------------ % The page numbers will be set upon knowing how many pages each paper occupies. % You will eventually have to prepare two versions of your paper: % 1 With starting page number 1, and % 2 With a starting page number that you will receive by e-mail once all % authors send an e-mail indicating how many pages their paper occupies. %------------------------------------------------------------------------------ \date{} % No date should appear in the proceedings. \setcounter{page}{1} % This will be modified upon knowing the final page #s. %------------------------------------------------------------------------------ \begin{document} \thispagestyle{empty} \maketitle %------------------------------------------------------------------------------ \begin{abstract} % % PUT YOUR ABSTRACT HERE % \end{abstract} % % PUT THE MAIN PART OF YOUR DOCUMENT HERE % MOST PROBABLY, IT BEGINS WITH % \section{Introduction} %------------------------------------------------------------------------------ \section*{Acknowledgements} % % PUT ANY POSSIBLE ACKNOWLEDGEMENTS TO PEOPLE THAT HELPED YOU AND GRANTS HERE % %------------------------------------------------------------------------------ % The following is suggested if you are using BibTeX to generate references. \bibliographystyle{abbrv} % this is a standard .bst file % \bibliography{POSSIBLE BIB FILES HERE, COMMA SEPARATED} %------------------------------------------------------------------------------ \end{document} %==============================================================================