From 70111c8ea7e311ac6e05c0f7e5953da76d32a27c Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 4 May 2021 22:27:18 +0000 Subject: ut-thesis (5may21) git-svn-id: svn://tug.org/texlive/trunk@59078 c570f23f-e606-0410-a88d-b1316a301751 --- .../texmf-dist/tex/latex/ut-thesis/ut-thesis.cls | 28 +++++++++++++++------- 1 file changed, 20 insertions(+), 8 deletions(-) (limited to 'Master/texmf-dist/tex/latex/ut-thesis') diff --git a/Master/texmf-dist/tex/latex/ut-thesis/ut-thesis.cls b/Master/texmf-dist/tex/latex/ut-thesis/ut-thesis.cls index a01869fa5f2..989f8377fd4 100644 --- a/Master/texmf-dist/tex/latex/ut-thesis/ut-thesis.cls +++ b/Master/texmf-dist/tex/latex/ut-thesis/ut-thesis.cls @@ -6,13 +6,15 @@ %% %% ut-thesis.dtx (with options: `class') %% -%% The |ut-thesis| document class implements the formatting requirements of -%% the University of Toronto School of Graduate Studies (SGS), -%% as of Fall 2020. +%% LaTeX2e document class for graduate theses +%% that conform to the formatting requirements of +%% the School of Graduate Studies at the University of Toronto, +%% as of Fall 2020: +%% [https://www.sgs.utoronto.ca/academic-progress/program-completion/formatting] %% %% Copyright (c) 1998-2013 Francois Pitt , -%% 2020-2020 Jesse Knight -%% last updated at 10:00 (EST) on Wed 14 Oct 2020 +%% 2020-2021 Jesse Knight +%% last updated at 14:30 (EST) on Thu 11 May 2021 %% %% This work may be distributed and/or modified under the conditions of %% the LaTeX Project Public License, either version 1.3c of this license @@ -34,9 +36,19 @@ %% - ut-thesis.pdf (derived user manual) %% - ut-thesis.cls (derived class file) %% +%% To generate ut-thesis.cls (class file), run: pdflatex ut-thesis.ins +%% To generate ut-thesis.pdf (documentation), run: pdflatex ut-thesis.dtx +%% To use the class, make ut-thesis.cls visible to your LaTeX distribution, +%% by placing ut-thesis.cls either in your working directory, +%% or in your texmf tree, perhaps: $texmf/tex/latex/ut-thesis/ut-thesis.cls +%% and the documentation: $texmf/doc/latex/ut-thesis/ut-thesis.pdf +%% +%% See version history on GitHub: +%% [https://github.com/jessexknight/ut-thesis] +%% \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesClass{ut-thesis} -[2021/03/07 v3.0.1 University of Toronto thesis class] +[2021/05/04 v3.0.3 University of Toronto thesis class] \newcommand{\draftmarkstyle}{\scriptsize\sffamily} \DeclareOption{draft}{% \PassOptionsToClass{\CurrentOption}{book} @@ -106,8 +118,8 @@ \g@addto@macro\mainmatter {\pagenumbering{arabic}\pagestyle{headings}} \renewcommand*{\maketitle}% {\thispagestyle{empty} - \large \begin{center} + \large \singlespacing \null \vfill @@ -141,7 +153,7 @@ \end{center} \begingroup \doublespacing}% - {\endgroup\cleardoublepage} + {\par\endgroup\cleardoublepage} \newenvironment*{dedication}% {\thispagestyle{plain} \null -- cgit v1.2.3