summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/ucbthesis/ucbthesis.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/ucbthesis/ucbthesis.tex')
-rw-r--r--Master/texmf-dist/doc/latex/ucbthesis/ucbthesis.tex22
1 files changed, 14 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/latex/ucbthesis/ucbthesis.tex b/Master/texmf-dist/doc/latex/ucbthesis/ucbthesis.tex
index 080bf645319..3860fdb946a 100644
--- a/Master/texmf-dist/doc/latex/ucbthesis/ucbthesis.tex
+++ b/Master/texmf-dist/doc/latex/ucbthesis/ucbthesis.tex
@@ -9,7 +9,7 @@
\title{The UCB Thesis Class}
\author{Paul Vojta\\Mathematics Department\\
\texttt{\href{mailto:vojta@math.berkeley.edu}{vojta@math.berkeley.edu}}}
-\date{Version 3.5\\June 1, 2015}
+\date{Version 3.6\\July 19, 2019}
\lstset{% settings taken from msu-thesis documentation
basicstyle=\ttfamily\small,
@@ -37,10 +37,9 @@ of that class. It should generate a document that meets all of the basic
formatting requirements given in the \emph{Dissertation Filing Guide}
or the \emph{Thesis Filing Guide} (as appropriate) produced by the
UC Berkeley Graduate Division and available on the web at
-\url{http://grad.berkeley.edu/policies/}.
+\url{https://grad.berkeley.edu/academic-progress/}.
This version of the class is based on the dissertation and thesis guides,
-dated May 2010 -- December 2013 and February 2011 -- February 2014,
-respectively.\end{quote}}
+accessed in July 2019.\end{quote}}
\section{Introduction}
@@ -93,7 +92,7 @@ for this purpose.
A (partial) list of thesis classes at other University of California
campuses is available on the web at
-\url{http://math.berkeley.edu/~vojta/ucthesis.html}.
+\url{https://math.berkeley.edu/~vojta/ucthesis.html}.
\section{Using the \pkg{ucbthesis} Class}
@@ -204,10 +203,9 @@ easier, but compared to an earlier state of affairs, it's pretty
slick. The format of the front matter is specified quite explicitly
in the documents ``Dissertation Filing Guide'' and ``Thesis Filing Guide''
produced by the UC Berkeley Graduate Division and available on the web at
-\url{http://grad.berkeley.edu/policies/}.
+\url{https://grad.berkeley.edu/academic-progress/}.
The current version of the class is based on the dissertation and thesis
-guides, dated May 2010 -- July 2013 and February 2011 -- July 2013,
-respectively.
+guides, accessed in July 2019.
A complete example of the use of the front matter commands can be
found in the sample dissertation distributed with the class.
@@ -246,6 +244,8 @@ for example, \lstinline|\title{Snakes in Ireland}|.
(e.g.~``Professor Michael A. Harrison'') \\
\lstinline|\\cochair| & Title and name of your committee co-chair
(use with \lstinline|\\chair|, if you have a co-chair). \\
+\lstinline|\\cochairs| & Titles and names of your (co-equal) committee
+ co-chairs (replaces \lstinline|\\chair| and \lstinline|\\cochair|). \\
\lstinline|\\othermembers| & The names of the other members of your committee
separated by linebreaks
(e.g.~\lstinline!Professor Susan L. Graham\\\\Professor Jim Pitman!) \\
@@ -397,4 +397,10 @@ Designated Emphasis. In addition, it was modified for release on \textsc{ctan}.
Version 3.5 added support for printing the Designated Emphasis on the abstract
page (a Graduate Division requirement).
+Version 3.6 changed the font in the title from bold to regular and adjusted the
+spacing in the abstract page. It added \lstinline!\cochairs! to the
+documentation. In the example, it added a sideways table, added sample uses
+of \lstinline!\cochair! and \lstinline!\cochairs!, and moved the (commented-out)
+appendix to after the bibliography (as per requirements).
+
\end{document}