% LaTeX template to format cover pages for University of Utah Department
% of Computer Science Technical Reports.
%
% The template is tuned for latex2e using the Postscript fonts.  It will
% work if you comment out the four lines of LaTeX-2e header and uncomment
% the three lines of Latex 2.09 header.
%
% In order to get the Title/Author/report-# to fit in the cutout box in
% the report cover sheet, you will need to modify the \vspace commands
% before and after the author if you have a multi-line title or multiple
% authors.  I haven't (yet) figured out how to do this automatically.
%
%	William Thompson (thompson@cs.utah.edu)

%
%	LaTeX-2e (latex2e) header.
%
\documentclass[12pt]{article}
\usepackage{times}		% Use Postscript fonts.
\newlength{\oldlatexextraspace}\setlength{\oldlatexextraspace}{0in}
\newcommand{\Abstract}{\centerline{\itshape\bfseries\Large Abstract}}

%
%	Latex 2.09 (latex) header.
%
% \documentstyle[11pt,local,psfig]{article}
% \newlength{\oldlatexextraspace}\setlength{\oldlatexextraspace}{0.25in}
% \newcommand{\Abstract}{\centerline{\Large\bf Abstract}}

\pagestyle{empty}		% No page numbers, headers, or footers.

\setlength{\topmargin}{0.75in}
\setlength{\headheight}{0in}
\setlength{\headsep}{0in}
\setlength{\footskip}{3ex}
\setlength{\oddsidemargin}{0.25in}
\setlength{\textwidth}{6.0in}
\setlength{\textheight}{8.25in}
\setlength{\parskip}{3ex}
\setlength{\parindent}{0em}

\begin{document}

\begin{centering}

\begin{minipage}[t]{3.75in}
\begin{centering}

\Large\bf
Title goes here

\vspace{4ex}	% Make this smaller for multi-line titles or author lists

\large\em
Name(s) of authors go here.

\vspace{4ex}	% Make this smaller for multi-line titles or author lists

\large\sf
UUCS-??-???

\end{centering}
\end{minipage}

\end{centering}

\vspace{\oldlatexextraspace}

\vspace{0.25in}

\begin{center}
School of Computing\\
University of Utah\\
Salt Lake City, UT 84112 USA

\vspace{1ex}

\today		% Probably want a "real" date hardwired.
\end{center}

\vspace{0.125in}

\Abstract

Abstract goes here.

\end{document}
