\documentclass[12pt]{article}
\setlength{\textwidth}{6.5in}
\setlength{\textheight}{9in}
\setlength{\oddsidemargin}{0in}
\setlength{\topmargin}{-.5in}

\usepackage{times}
\usepackage{amsmath}

\thispagestyle{empty}

\begin{document} 

\title{Title goes here}

\author{Authors here}


\input{psfig}

% can ignore these \newcommands if you wish

\newcommand{\R}{\Re}
\newcommand{\E}{\operatorname{E}}
\newcommand{\cp}{\operatorname{cp}}
\newcommand{\Esub}[1]{\mbox{\vspace*{-25pt} $\stackrel{\mbox{E}}{\mbox{\scriptsize ${#1}$}}$}}
\newcommand{\Var}{\operatorname{Var}}
\newcommand{\M}{{\cal M}}
\newcommand{\MDNF}{{\cal M}_{\mbox{\scriptsize DNF},t}}
\newcommand{\MWMp}{{\cal M}_{\mbox{\scriptsize WM},t}^+}
\newcommand{\MWMm}{{\cal M}_{\mbox{\scriptsize WM},t}^-}
\newcommand{\MWMmax}{{\cal M}_{\mbox{\scriptsize WM}}^{\max}}
\newcommand{\MOp}{{\cal M}_{\Omega,t}^+}
\newcommand{\MOn}{{\cal M}_{\Omega,t}^-}
\newcommand{\fWMp}{f^{\mbox{\scriptsize WM}}}
\newcommand{\fWMphat}{\hat{f}^{\mbox{\scriptsize WM}}}
\newcommand{\fDNF}{f^{\mbox{\scriptsize DNF}}}
\newcommand{\fDNFhat}{\hat{f}^{\mbox{\scriptsize DNF}}}
\newcommand{\fhat}{\hat{f}}
\newcommand{\f}{f}
\renewcommand{\v}[1]{{\mathbf {#1}}}
\renewcommand{\vec}[1]{\v{#1}}
\newcommand{\loss}[1]{\mbox{\rm Loss} \paren{#1}}
\newcommand{\hs}{\enspace}
\newcommand{\hhs}{\thinspace}
\newcommand{\real}{\ifmmode {\rm R} \else ${\rm R}$ \fi}
\def\nat{\hbox{\vrle height 7pt width .7pt depth 0pt\hskip -.5pt\bf N}}
\newtheorem{theorem}{Theorem}%[section]    % omit the percent if you want
\newtheorem{lemma}[theorem]{Lemma}         %   numbering within sections.
\newtheorem{corollary}[theorem]{Corollary}
\newtheorem{definition}{Definition}
\newtheorem{claim}[theorem]{Claim}
\newtheorem{observation}[theorem]{Observation}
\newcommand{\paren}[1]{\left({#1}\right)}
\newcommand{\brackets}[1]{\left[{#1}\right]}
\newcommand{\braces}[1]{\left\{{#1}\right\}}
\newcommand{\floor}[1]{{\left\lfloor{#1}\right\rfloor}}
\newcommand{\ceil}[1]{{\left\lceil{#1}\right\rceil}}
\newcommand{\proof}{{\noindent \bf Proof: }}
\newcommand{\proofsketch}{{\noindent \bf Proof Sketch: }}
\newcommand{\proofapp}[1]{{\noindent \bf Proof of {#1}: }}
\newcommand{\proofsketchapp}[1]{{\noindent \bf Proof Sketch of {#1}: }}
\newcommand{\qed}{\mbox{}\hfill{\setlength{\fboxsep}{0pt}
                  \framebox[7pt]{\rule{0pt}{7pt}}}}
\newcommand{\Prob}{{\rm Prob}}
\newcommand{\prob}{{\rm Prob}}
\newcommand{\ifrac}[2]{{#1}/{#2}}
\newcommand{\X}{{\cal X}}
\newcommand{\C}{{\cal C}}
\def\vcd {\mbox{\sc vcd}}
\def\hd {\mbox{\sc hd}}
\newcommand{\pf}{{\bf Proof: }}
\newcommand{\newaddition}[1]{{\em{#1}}}
\newcommand{\comment}[1]{}

\bibliographystyle{plain}

\maketitle


\begin{abstract} 

Abstract here

\end{abstract} 

\newpage
\setcounter{page}{1}

\section{Introduction} 


\subsection{Summary of Results}


\section{\label{sec:prevwork}Previous work}



\section{\label{sec:gen-algs}The algorithms}


\section{\label{sec:empres}Experimental results}


\section{\label{sec:concl}Conclusions and future work}


\subsubsection*{Acknowledgments} 

Acknowledge those who helped, fianancial support, etc.


% see the bib files in these directories for examples
% use the \cite{} command to do citations
%\bibliography{/home/sscott/bib/colt,/home/sscott/bib/extras,/home/sscott/bib/mcmc}


\end{document} 
