%%
%% LaTeX Paper Template 
%% Mark Allman (mallman@cs.ohiou.edu)
%%
%% Last Update: Thu May 23, 1996
%%

\documentclass [11pt]{article}

\oddsidemargin  0.0in
\topmargin      -0.4in
\headheight     0.2in
\headsep        0.15in
\textheight     9in
\textwidth      6.5in
\topskip        0.0in
\footskip       0.15in
\marginparwidth 0in
\marginparsep   0in

\newcommand{\dspace}{\baselineskip 25 pt}	%% double spacing command
\newcommand{\sspace}{\baselineskip 14 pt}	%% single spacing command

\begin{document}

%%
%% Title 
%%

\title{TITLE}
\author{Mark Allman \thanks{Mark's work is supported by NASA's Lewis
Research Center} \\ School of Electrical
Engineering and Computer Science \\ {\tt mallman@cs.ohiou.edu}}
%%
%% Omitting the following command causes the current date to be used.
%%
%% \date{April 22, 1996}
\maketitle

%%
%% Abstract
%%

\begin{abstract}
\end{abstract}

%%
%% The paper
%%

\section{}

\subsection{}

\newpage

%%
%% Valid bibliographic styles are:
%% 	alpha
%%	plain
%%	unsrt
%%	abbrv
%%

\bibliographystyle{alpha}

%%
%% Full path name of your bib file minus the ``.bib''
%%

\bibliography{/homes/mallman/research/bib/allman}

\end{document}
