\documentstyle[11pt]{ucthesis} \begin{document} % Declarations for Front Matter \title{The Elements of Theses} \author{Perry H. Disdainful} \degreeyear{1994} \degree{Doctor of Philosophy} \chair{Professor Ignatius Arrogant} \othermembers{Professor Ivory Insular\\ Professor General Reference} \numberofmembers{3} \prevdegrees{B.A. (University of Northern South Dakota at Hoople) 1978\\ M.S. (Ed's School of Quantum Mechanics and Muffler Repair Shop) 1989} \field{Aboriginal Basketry} \campus{Berkeley} \maketitle \approvalpage \copyrightpage \begin{abstract} Theses have elements. Isn't that nice? \abstractsignature \end{abstract} \begin{frontmatter} \begin{dedication} \null\vfil {\large \begin{center} To myself,\\\vspace{12pt} Perry H. Disdainful,\\\vspace{12pt} the only person worthy of my company. \end{center}} \vfil\null \end{dedication} \tableofcontents \listoffigures \listoftables \begin{acknowledgements} I want to ``thank'' my committee, without whose ridiculous demands, I would have graduated so, so, very much faster. \end{acknowledgements} \end{frontmatter} \part{First Part} \chapter{Introduction} Every dissertation should have an introduction. You might not realize it, but the introduction should introduce the concepts, backgrouand, and goals of the dissertation. \begin{table} \begin{tabular}{|l|r|} \hline Title & Author \\ \hline War And Peace & Leo Tolstoy \\ The Great Gatsby & F. Scott Fitzgerald \\ \hline \end{tabular} \caption{A normalsize table. There has been a complaint that table captions are not single-spaced. This is odd because the code indicates that they should be.} \end{table} \begin{table} \caption{A small table.} \begin{scriptsizetabular}{|l|r|} \hline Title & Author \\ \hline War And Peace & Leo Tolstoy \\ The Great Gatsby & F. Scott Fitzgerald \\ \hline \end{scriptsizetabular} \end{table} \chapter{Previous Work} Some other research was once performed. \begin{figure} \caption{A first figure.} \end{figure} \begin{figure} \caption{A second figure.} \end{figure} \chapter{Conclusion} \nocite{*} \bibliographystyle{plain} \bibliography{uctest} \appendix \chapter{Some Ancillary Stuff} Ancillary material should be put in appendices, which appear after the bibliography. \end{document}