From d122b69c749251760a9bc57213d9367a3830d2e2 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 26 Apr 2016 22:04:59 +0000 Subject: ucdavisthesis (26apr16) git-svn-id: svn://tug.org/texlive/trunk@40772 c570f23f-e606-0410-a88d-b1316a301751 --- .../tex/latex/ucdavisthesis/ucdavisthesis.cls | 60 ++++++++++++++-------- .../tex/latex/ucdavisthesis/ucdthesis10.clo | 2 +- .../tex/latex/ucdavisthesis/ucdthesis11.clo | 2 +- .../tex/latex/ucdavisthesis/ucdthesis12.clo | 2 +- .../tex/latex/ucdavisthesis/ucdthesis13.clo | 2 +- 5 files changed, 44 insertions(+), 24 deletions(-) (limited to 'Master/texmf-dist/tex') diff --git a/Master/texmf-dist/tex/latex/ucdavisthesis/ucdavisthesis.cls b/Master/texmf-dist/tex/latex/ucdavisthesis/ucdavisthesis.cls index d4bf0ed7846..a4bed7c3748 100644 --- a/Master/texmf-dist/tex/latex/ucdavisthesis/ucdavisthesis.cls +++ b/Master/texmf-dist/tex/latex/ucdavisthesis/ucdavisthesis.cls @@ -8,7 +8,7 @@ %% %% This is a generated file. %% -%% Copyright (C) 2007, 2008, 2009, 2010, 2013 by Ryan Scott +%% Copyright (C) 2007, 2008, 2009, 2010, 2013, 2016 by Ryan Scott %% %% This file may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either @@ -22,7 +22,7 @@ %% \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesClass{ucdavisthesis} - [2013/08/18 v1.2 UCDavis thesis class] + [2016/04/23 v1.3 UCDavis thesis class] %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z %% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z @@ -54,13 +54,13 @@ \def\@title{NO TITLE!?!} \def\@author{NO AUTHOR!?!} \def\@authordegrees{NO DEGREES!?!} -\def\@memberone{ }\def\@membertwo{ }\def\@memberthree{ } +\def\@memberone{ }\def\@membertwo{ }\def\@memberthree{ }\def\@memberfour{ }\def\@memberfive{ } \def\@titlesize{\large} \renewcommand{\title}[1]{\def\@title{#1}} \renewcommand{\author}[1]{\def\@author{#1}} \newcommand{\titlesize}[1]{\def\@titlesize{#1}} \newcommand{\authordegrees}[1]{\def\@authordegrees{#1}} -\newcommand{\committee}[3]{\def\@memberone{#1}\def\@membertwo{#2}\def\@memberthree{#3}} +\newcommand{\committee}[5]{\def\@memberone{#1}\def\@membertwo{#2}\def\@memberthree{#3}\def\@memberfour{#4}\def\@memberfive{#5}} \def\@officialmajor{NO OFFICIAL MAJOR!?!} \newcommand{\officialmajor}[1]{\def\@officialmajor{#1}} \def\@graduateprogram{NO GRADUATE PROGRAM!?!} @@ -759,30 +759,50 @@ \begin{titlepage} \renewcommand\baselinestretch{\@singlespacing} \ColumnSave + \ifx\@memberfour\empty + \def\@titleskip{\bigskip} + \else + \def\@titleskip{\medskip} + \fi \begin {center} + \vspace*{-40\p@} \leavevmode\vfil - \@titlesize{\@title} \\ \bigskip - \normalsize By \\ \bigskip + \@titlesize{\@title} \\ \@titleskip + \normalsize By \\ \@titleskip \textsc{\@author} \\ - \@authordegrees \\ \bigskip - \textsc{\@Thesisname} \\ \bigskip + \@authordegrees \\ \@titleskip + \textsc{\@Thesisname} \\ \@titleskip Submitted in partial satisfaction of the requirements - for the degree of \\ \bigskip - \textsc{\@degreename} \\ \bigskip - in \\ \bigskip - \@officialmajor \\ \bigskip - in the \\ \bigskip - \textsc{Office of Graduate Studies} \\ \bigskip - of the \\ \bigskip - \textsc{University of California} \\ \bigskip - \textsc{Davis} \\ \bigskip\bigskip + for the degree of \\ \@titleskip + \textsc{\@degreename} \\ \@titleskip + in \\ \@titleskip + \@officialmajor \\ \@titleskip + in the \\ \@titleskip + \textsc{Office of Graduate Studies} \\ \@titleskip + of the \\ \@titleskip + \textsc{University of California} \\ \@titleskip + \textsc{Davis} \\ \@titleskip Approved: \\ \vspace{18pt} \rule{3in}{1pt} \\ - Chair \textrm{\@memberone}\\ \vspace{18pt} + \textrm{\@memberone}, Chair\\ \vspace{18pt} \rule{3in}{1pt} \\ \textrm{\@membertwo}\\ \vspace{18pt} - \rule{3in}{1pt} \\ \medskip - \textrm{\@memberthree}\\ \bigskip + \rule{3in}{1pt} \\ + \textrm{\@memberthree}\\ + \ifx\@memberfour\empty + \bigskip + \else + \vspace{18pt} + \rule{3in}{1pt} \\ + \textrm{\@memberfour}\\ + \ifx\@memberfive\empty + \bigskip + \else + \vspace{18pt} + \rule{3in}{1pt} \\ + \textrm{\@memberfive}\\ \bigskip + \fi + \fi Committee in Charge \\ \bigskip \@degreeyear \\ \vfil diff --git a/Master/texmf-dist/tex/latex/ucdavisthesis/ucdthesis10.clo b/Master/texmf-dist/tex/latex/ucdavisthesis/ucdthesis10.clo index 8968577ae97..4875a8812ab 100644 --- a/Master/texmf-dist/tex/latex/ucdavisthesis/ucdthesis10.clo +++ b/Master/texmf-dist/tex/latex/ucdavisthesis/ucdthesis10.clo @@ -8,7 +8,7 @@ %% %% This is a generated file. %% -%% Copyright (C) 2007, 2008, 2009, 2010, 2013 by Ryan Scott +%% Copyright (C) 2007, 2008, 2009, 2010, 2013, 2016 by Ryan Scott %% %% This file may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either diff --git a/Master/texmf-dist/tex/latex/ucdavisthesis/ucdthesis11.clo b/Master/texmf-dist/tex/latex/ucdavisthesis/ucdthesis11.clo index 64367137e28..8f17e6675c0 100644 --- a/Master/texmf-dist/tex/latex/ucdavisthesis/ucdthesis11.clo +++ b/Master/texmf-dist/tex/latex/ucdavisthesis/ucdthesis11.clo @@ -8,7 +8,7 @@ %% %% This is a generated file. %% -%% Copyright (C) 2007, 2008, 2009, 2010, 2013 by Ryan Scott +%% Copyright (C) 2007, 2008, 2009, 2010, 2013, 2016 by Ryan Scott %% %% This file may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either diff --git a/Master/texmf-dist/tex/latex/ucdavisthesis/ucdthesis12.clo b/Master/texmf-dist/tex/latex/ucdavisthesis/ucdthesis12.clo index 7850cd1255b..b25206c91a4 100644 --- a/Master/texmf-dist/tex/latex/ucdavisthesis/ucdthesis12.clo +++ b/Master/texmf-dist/tex/latex/ucdavisthesis/ucdthesis12.clo @@ -8,7 +8,7 @@ %% %% This is a generated file. %% -%% Copyright (C) 2007, 2008, 2009, 2010, 2013 by Ryan Scott +%% Copyright (C) 2007, 2008, 2009, 2010, 2013, 2016 by Ryan Scott %% %% This file may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either diff --git a/Master/texmf-dist/tex/latex/ucdavisthesis/ucdthesis13.clo b/Master/texmf-dist/tex/latex/ucdavisthesis/ucdthesis13.clo index 9bc72dd83dc..8fc8297bf4f 100644 --- a/Master/texmf-dist/tex/latex/ucdavisthesis/ucdthesis13.clo +++ b/Master/texmf-dist/tex/latex/ucdavisthesis/ucdthesis13.clo @@ -8,7 +8,7 @@ %% %% This is a generated file. %% -%% Copyright (C) 2007, 2008, 2009, 2010, 2013 by Ryan Scott +%% Copyright (C) 2007, 2008, 2009, 2010, 2013, 2016 by Ryan Scott %% %% This file may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either -- cgit v1.2.3