% PhD Dissertation for Sample
% Institute for Astronomy, University of Hawaii
% Possible options:
% preprint for single spacing
% 10pt for 10pt body text [default]
% 11pt for 11pt body text
% 12pt for 12pt body text
% oneside for printing on one side [default]
% twoside for printing on both sides
\documentclass[11pt]{uhthesis}
\usepackage{natbib}
\usepackage{chapterbib}
\usepackage{uhaas}
\usepackage{rotating}
\usepackage{lscape}
% Uncomment one of these to use another font
%\usepackage{palatino}
%\usepackage{newcent}
%\usepackage{bookman}
%\usepackage{times}
% \extravspace is an invisible vertical rule that is useful to
% add spacing between a horizontal line and the following row of
% a table
\newcommand{\extravspace}{\rule{0pt}{2.7ex}}
\begin{document}
\frontmatter
\input{title}
% Dedication -- put in the braces the name(s)
\dedication{To the sundial in the center of the courtyard}
%Acknowledgements -- put text into ack.tex
\makeacknowledgements
\input{ack}
% Abstract
\makeabstract
\input{abstract.tex}
% Table of contents, figures, and tables
\tableofcontents
\listoftables
\listoffigures
% Chapters
\mainmatter
% CH1
\include{ch1}
% CH2
\include{ch2}
% CH3
\include{ch3}
% CH4
%\include{ch4}
% CH5
%\include{ch5}
% CH6
%\include{ch6}
%
% Appendices
\include{ap1}
\end{document}