%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Template for University of Pennsylvania % dissertation format. % % This template should be regarded as a convenience % rather than the definitive dissertation layout. % Please verify that the resulting document % conforms to the dissertation guidelines. %-------------------------------------------------------------- %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 \copyrighttrue \copyrightpage %generates copyright page \prefacesection{Acknowledgements} \input{diss_acknowledgements} \clearpage \abstractp \input{diss_abstract} \clearpage \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}