\documentclass[11pt]{ucthesis}
\usepackage[pdftex]{graphicx}
\def\dsp{\def\baselinestretch{2.0}\large\normalsize}
\dsp
\begin{document}

% Declarations for Front Matter

\title{Attack resistant trust metrics}
\author{Raphael L. Levien}
\degreeyear{2002}
\degree{Doctor of Philosophy}
\chair{Professor Alexander Aiken}
\othermembers{Professor Jasper Rine\\
Professor Joseph Hellerstein}
\numberofmembers{3}
\prevdegrees{
M.S. (University of California at Berkeley) 1995}
\field{Computer Science}
\campus{Berkeley}

\maketitle
\approvalpage
\copyrightpage

\begin{abstract}

\include{abstract}

\abstractsignature
\end{abstract}

\begin{frontmatter}

\begin{dedication}
\null\vfil
{\large
\begin{center}
Dedicated to the memory of\\\vspace{12pt}
Prof. Eugene Lawler\\\vspace{12pt}
\end{center}}
\vfil\null
\end{dedication}


\tableofcontents
\listoffigures
\listoftables
\begin{acknowledgements}
Thanks foremost to my family for supporting me through the ordeal of
completing a dissertation.

Thanks to the \#gimp crew for stuff to do while I was bored with the
thesis, and for being true friends through rough times as well as good
times.

Thanks to Miles Jones for giving me the opportunity and time to
complete this dissertation.

Thanks to Roger Dingledine for restoring my faith in the academic
community, especially after a number of papers had been rejected.

Thanks to Bryce Wilcox-O'Hearn for being Zooko.

Finally, thanks to 100mg/day of Sertraline HCl, for letting me keep my
head above water.
\end{acknowledgements}

\end{frontmatter}

\part{First Part}

\input{chapters}

\nocite{*}
\bibliographystyle{plain}
\bibliography{thesis}

\end{document}
