
%--------------------------------------------------------------
%document header info

   \documentclass[12pt]{report}%{book}
   \pagestyle{plain}

   \usepackage{PennDiss}
%...

  \begin{document}

%----------------------------------------------------------------------------
%body of document

  \pagenumbering{roman}
  \clearpage

  \title{TITLE OF DISSERTATION}

  \author{Author's Name}
  \date{December 6, 2000}

  \dept{Computer and Information Science}
  \supervisor{Supervisor's Name}
  \groupchair{Graduate Group Chairperson's Name}

  \submitdate{December 2000}
  \copyrightyear{2000}

  \beforepreface
  \prefacesection{Acknowledgements}
  \input{diss_acknowledgements}

  \clearpage
  \abstractp

  \input{diss_abstract}

  \clearpage
  \copyrighttrue
  \copyrightpage %generates copyright page

  \tableofcontents

  \tablespagetrue
  \listoftables
  \figurespagetrue
  \listoffigures

  \clearpage
  \pagenumbering{arabic}

  \input{diss_intro}
  \input{diss_chapter2}

  \appendix
  \input{diss_appendix}
%...


%---------------------------------------------------------------------------
%bibliography stuff
  \bibliographystyle{plain}
  \bibliography{Dissertation}

\end{document}
