% Scott's thesis
%
%    for thesis class version 5.4 and minor text changes
%

%    Printed in twoside style now that that's allowed
%\documentclass [11pt, twoside] {thesis}
\documentclass [11pt] {thesis}
 
% The following line would print the thesis in a postscript font 
% \usepackage{newcent}

\setcounter{tocdepth}{1}  % Print the chapter and sections to the toc
 
\begin{document}
 
% ==========   Preliminary pages
\prelimpages
\includeonly{gloss.tex,ch1.tex,ch2.tex,ch3.tex,ch4.tex,ch5.tex,ap1.tex}
 
% ----- title page
\Title{Submarine volcanic heat flux and hydrography: \\
perspectives from Northeast Pacific observations, theory, and experiments}
\Author{Scott R. Veirs}
\Year{2002}
\Program{School of Oceanography}
\titlepage

% ----- signature page 
\Chair{Russell E. McDuff}{Professor}{Oceanography}
\Signature{William Wilcock}
\Signature{Jeffrey Parsons}
\Signature{Susan Hautala}
\Signature{William Lavelle}
\Signature{Glenn Cannon}
\Signature{Steve Porter}
\signaturepage

% ----- quoteslip
% These are the real quote slips (choose one)
%  \thesisquoteslip
%  \doctoralquoteslip
%  \doctoralabstractquoteslip

% ----- abstract
\setcounter{page}{-1}
\abstract{%
}
 
% ----- contents & etc.
%
\tableofcontents
%\listoffigures
%\listoftables  
 
\include*{gloss.tex}      % starred form omits the `chapter x'
 
% ----- acknowledgments
%
\acknowledgments{% \vskip2pc
  % {\narrower\noindent
  The author wishes to express sincere appreciation to
  % \par}
}

% end of the preliminary pages
 
% ==========   Text pages
\textpages
\include{ch1.tex}
\include{ch2.tex}
\include{ch3.tex}
\include{ch4.tex}
\include{ch5.tex}
\include{ap1.tex}

% ==========   Bibliography
\nocite{*}   % include everything in the thesis.bib file
\bibliographystyle{plain}
\bibliography{thesis}

% ==========   Appendices
\appendix
\raggedbottom\sloppy
\include{ap1.tex}
 

\vita{
}

\end{document}
