Changes
Jump to navigation
Jump to search
UC Berkeley LaTeX Dissertation Guide (view source)
Revision as of 22:47, 12 April 2012
, 22:47, 12 April 2012New page: This page provides supplementary document on how to use the UC Berkeley dissertation LaTeX style provided by [http://math.berkeley.edu/~vojta/ Paul Vojta] in the math department. ==Getti...
This page provides supplementary document on how to use the UC Berkeley dissertation LaTeX style provided by [http://math.berkeley.edu/~vojta/ Paul Vojta] in the math department.
==Getting the files==
*You will need Paul Vojta's [http://math.berkeley.edu/~vojta/ucbthesis/ucbthesis.cls ucbthesis.cls]. Put it in your thesis directory.
*This file relies on some others that are bundled with ucthesis.cls, which is [http://www.ctan.org/tex-archive/macros/latex/contrib/ucthesis availble from CTAN]. Either unpack them into your thesis directory or install them properly.
==Producing a thesis==
First produce a thesis. This documentation can't help with that.
Then use or fill out the tags below:
\documentclass{ucbthesis}
...
\begin{document}
...
\title{}
\author{} %This should be your name as it is recorded with graduate studies
\degreeyear{}
\degreesemester{}
\degree{Doctor of Philosophy}
%\chair{Professor X}\cochair{Professor Y}
\cochairs{Professor X}{Professor Y}
\othermembers{Professor Inside\\
Professor Outside}
\numberofmembers{4}
\field{Business Administration}
\campus{Berkeley}
...
%\approvalpage
\maketitle
\copyrightpage
\abstract{...}\end{alwayssingle}
\dedication{...}\end{alwayssingle}
\newpage
\tableofcontents
\newpage
\listoffigures
\listoftables
\acknowledgements{...}\end{alwayssingle}
==Getting the files==
*You will need Paul Vojta's [http://math.berkeley.edu/~vojta/ucbthesis/ucbthesis.cls ucbthesis.cls]. Put it in your thesis directory.
*This file relies on some others that are bundled with ucthesis.cls, which is [http://www.ctan.org/tex-archive/macros/latex/contrib/ucthesis availble from CTAN]. Either unpack them into your thesis directory or install them properly.
==Producing a thesis==
First produce a thesis. This documentation can't help with that.
Then use or fill out the tags below:
\documentclass{ucbthesis}
...
\begin{document}
...
\title{}
\author{} %This should be your name as it is recorded with graduate studies
\degreeyear{}
\degreesemester{}
\degree{Doctor of Philosophy}
%\chair{Professor X}\cochair{Professor Y}
\cochairs{Professor X}{Professor Y}
\othermembers{Professor Inside\\
Professor Outside}
\numberofmembers{4}
\field{Business Administration}
\campus{Berkeley}
...
%\approvalpage
\maketitle
\copyrightpage
\abstract{...}\end{alwayssingle}
\dedication{...}\end{alwayssingle}
\newpage
\tableofcontents
\newpage
\listoffigures
\listoftables
\acknowledgements{...}\end{alwayssingle}