summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/ucbthesis
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-07-20 22:54:02 +0000
committerKarl Berry <karl@freefriends.org>2019-07-20 22:54:02 +0000
commit6ea85421c7a7509aff90c1ca416e66d58570df82 (patch)
tree0898621f7bbfa9b40ff46f80c75fb4a0f1356aa3 /Master/texmf-dist/tex/latex/ucbthesis
parent703a8c748f736f0a88f594aac5371816c446d8b0 (diff)
ucbthesis (21jul19)
git-svn-id: svn://tug.org/texlive/trunk@51690 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/ucbthesis')
-rw-r--r--Master/texmf-dist/tex/latex/ucbthesis/ucbthesis.cls82
1 files changed, 40 insertions, 42 deletions
diff --git a/Master/texmf-dist/tex/latex/ucbthesis/ucbthesis.cls b/Master/texmf-dist/tex/latex/ucbthesis/ucbthesis.cls
index 4e954b2ec27..90325113e6b 100644
--- a/Master/texmf-dist/tex/latex/ucbthesis/ucbthesis.cls
+++ b/Master/texmf-dist/tex/latex/ucbthesis/ucbthesis.cls
@@ -1,5 +1,5 @@
-%% ucbthesis.cls 2014-04-11
-%% Copyright (C) 1988-2014 Daniel Gildea, BBF, Ethan Munson, Paul Vojta.
+%% ucbthesis.cls 2019-07-19
+%% Copyright (C) 1988-2019 Daniel Gildea, BBF, Ethan Munson, Paul Vojta.
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
@@ -20,8 +20,8 @@
%%% ====================================================================
%%% @LaTeX-class-file{
%%% filename = "ucbthesis.cls",
-%%% version = "3.5",
-%%% date = "1 June 2015",
+%%% version = "3.6",
+%%% date = "19 July 2019",
%%% license = "LPPL",
%%% codetable = "ISO/ASCII",
%%% keywords = "LaTeX, ucbthesis",
@@ -111,6 +111,11 @@
%%% Version 3.5 adds the designated emphasis to the
%%% abstract (which is required).
%%%
+%%% Version 3.6 changes the title from bold font to
+%%% regular and adjusts the spacing in the abstract page.
+%%% It adds \cochairs to the documentation and makes some
+%%% fixes and adds some material to the example thesis.
+%%%
%%% A problem that some people have had is
%%% that you can't use \pagestyle{headings}
%%% and \markboth if you use \part. The solution
@@ -120,7 +125,7 @@
%%% ====================================================================
\NeedsTeXFormat{LaTeX2e}
-\ProvidesClass{ucbthesis}[2015/06/01 v3.5 University of California, Berkeley Thesis Class]
+\ProvidesClass{ucbthesis}[2019/07/19 v3.6 University of California, Berkeley Thesis Class]
% ****************************************
% * OPTIONS *
@@ -358,7 +363,7 @@
\def\emphasis#1{\gdef\@emphasis{#1}}
% The name of your UC Campus (e.g. Berkeley, Los Angeles)
-\def\@campus{Berkeley} % default value is Berkeley
+\def\@campus{Berkeley} % default value is Berkeley
\def\campus#1{\gdef\@campus{#1}}
% The alwayssingle environment ensures that front matter is always
@@ -398,7 +403,7 @@
\begin{center}
\fmfont
- \textbf{\@title}\par
+ \@title\par
\vspace{14pt minus 4pt}
by \par
{\@author}\par
@@ -505,7 +510,7 @@ The \@dissertation of {\@author}, titled {\@title}, is approved:
\thispagestyle{empty}
\begin{center}
{\fmfont
-{\bfseries\@title}\par
+\@title\par
\vspace{1in}
Copyright \@degreeyear\par
by\par
@@ -521,40 +526,33 @@ by\par
% of the rest of the dissertation in Arabic. It requires definition
% of the \title, \author, \degree, \field, \campus, and \chair macros.
-\def\abstract{
-\begin{alwayssingle}
-% \pagestyle{simple}
-\thispagestyle{simple}
-\setcounter{page}{1}
-\begin{center}
-{\fmfont
-{\bfseries \abstractname}\par
-\vspace{.5in}
-\@title\par
-\vspace{.1in}
-by\par
-\vspace{.1in}
-\@author\par
-\vspace{.1in}
-{\@degree} in \@field\par
- \ifdefined\@emphasis
- and the Designated Emphasis in\par
- {\@emphasis}\par
- \fi
-\vspace{.1in}
-University of California, {\@campus}\par
-\vspace{.1in}
-{\@chair}, \@chairtitle
-\ifdefined\@cochair
- \par
- \vspace{.1in}
- {\@cochair}, Co-chair
-\fi}
-\vspace{.1in}
-\end{center}}
-
-\def\endabstract{\par\vfil\null\end{alwayssingle}
-}
+\renewenvironment{abstract}
+ {\begin{alwayssingle}
+ % \pagestyle{simple}
+ \thispagestyle{simple}
+ \setlength{\parindent}{0pt}
+ \setlength{\parskip}{\baselineskip}
+ \setcounter{page}{1}
+ \begin{center}
+ \abstractname \par
+ \@title\par
+ by\par
+ \@author\par
+ {\@degree} in \@field\par
+ \ifdefined\@emphasis
+ and the Designated Emphasis in\par
+ {\@emphasis}\par
+ \fi
+ University of California, {\@campus}\par
+ {\@chair}, \@chairtitle \par
+ \ifdefined\@cochair
+ {\@cochair}, Co-chair\par
+ \fi
+ \end{center}
+ \setlength{\parskip}{.6\baselineskip}
+ \vspace{.4\baselineskip}
+ }
+ {\par\end{alwayssingle}}
% The abstract is no longer signed (12/2009)
%