% Sample ADAPT document.

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Definitions expected by format file
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\newcommand{\doctitle}{Sample ADAPT document}
\newcommand{\docversion}{0.0}

% List of authors.  Since this will not be an argument to the LaTeX
% \authors command, it must be separated by commas, not \and.
\newcommand{\docauthors}{Author1, Author2}

% Date of document version (not necessarily today)
\newcommand{\docdate}{11/21/2002}

% Deliverable identifier
\newcommand{\docdelid}{D??}

% Deliverable date
\newcommand{\docdeldate}{3/1/2003}

% Classification
\newcommand{\docclassification}{Public Circulation}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Structure and first pages.
% Note this includes \begin{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{template}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Next come the sections, from introduction to conclusion.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

%\input{intro}
%\input{body}
%\input{conclusion}

%%%%%%%%%%%%%%
% Bibliography
%%%%%%%%%%%%%%

\bibliographystyle{alpha}
%\bibliography{sample-bibliography}

%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Finally, the end-document
%%%%%%%%%%%%%%%%%%%%%%%%%%%

\end{document}
