\documentclass[twocolumn,12pt]{article} \usepackage{ols} \ifpdf \usepackage[pdftex]{epsfig} \else \usepackage{epsfig} \fi \input{ols-fonts} % The section above is required; no edits, please. % We are using a 12-point serif font with certain % macro packages. % If you really MUST define additional commands % here, please be aware that it's a shared namespace, % and the main build will NOT pick up your commands % (potentially adding time to the editing process). % See the docs for the 'combine' package for details. % % Please do NOT use \newcommand; use \providecommand instead. % The shared namespace will be easier if you use your last % name as part of the new command, like so: % % \providecommand{\lastnameCmd}[1]{\texttt{#1}} \begin{document} % Required: do not print the date. \date{} \title{__TITLE__ \\ % {\normalsize Subtitle goes here} } \author{ __AUTHOR__ \\ {\em __INSTITUTION__}\\ {\tt\normalsize __EMAIL__}\\ % \and % Second Author\\ % {\em Second Institution}\\ % {\tt\normalsize another@address.for.email.com}\\ } % end author section \maketitle % Required: do not use page numbers on title page. \thispagestyle{empty} \section*{Abstract} % Here is how to include text from another file. Use % \input rather than \include. \input{__ABSTRACT__} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%% BODY OF PAPER GOES HERE %%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \end{document}