texlive[59078] Master/texmf-dist: ut-thesis (5may21)

commits+karl at tug.org commits+karl at tug.org
Wed May 5 00:27:18 CEST 2021


Revision: 59078
          http://tug.org/svn/texlive?view=revision&revision=59078
Author:   karl
Date:     2021-05-05 00:27:18 +0200 (Wed, 05 May 2021)
Log Message:
-----------
ut-thesis (5may21)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/ut-thesis/README
    trunk/Master/texmf-dist/doc/latex/ut-thesis/ut-thesis.pdf
    trunk/Master/texmf-dist/source/latex/ut-thesis/ut-thesis.dtx
    trunk/Master/texmf-dist/source/latex/ut-thesis/ut-thesis.ins
    trunk/Master/texmf-dist/tex/latex/ut-thesis/ut-thesis.cls

Modified: trunk/Master/texmf-dist/doc/latex/ut-thesis/README
===================================================================
--- trunk/Master/texmf-dist/doc/latex/ut-thesis/README	2021-05-04 22:27:01 UTC (rev 59077)
+++ trunk/Master/texmf-dist/doc/latex/ut-thesis/README	2021-05-04 22:27:18 UTC (rev 59078)
@@ -5,8 +5,7 @@
 [https://www.sgs.utoronto.ca/academic-progress/program-completion/formatting]
 
 Copyright (c) 1998-2013 Francois Pitt <fpitt at cs.utoronto.ca>,
-              2020-2024 Jesse Knight <jesse.knight at mail.utoronto.ca>
-last updated at 15:30 (EST) on Thu 19 Nov 2020
+              2020-2021 Jesse Knight <jesse.knight at mail.utoronto.ca>
 
 This work may be distributed and/or modified under the conditions of
 the LaTeX Project Public License, either version 1.3c of this license
@@ -28,5 +27,12 @@
 - 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]
\ No newline at end of file

Modified: trunk/Master/texmf-dist/doc/latex/ut-thesis/ut-thesis.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/source/latex/ut-thesis/ut-thesis.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/ut-thesis/ut-thesis.dtx	2021-05-04 22:27:01 UTC (rev 59077)
+++ trunk/Master/texmf-dist/source/latex/ut-thesis/ut-thesis.dtx	2021-05-04 22:27:18 UTC (rev 59078)
@@ -5,7 +5,7 @@
 %<class>\NeedsTeXFormat{LaTeX2e}[1999/12/01]
 %<class>\ProvidesClass{ut-thesis}
 %<*class>
-[2021/03/07 v3.0.1 University of Toronto thesis class]
+[2021/05/04 v3.0.3 University of Toronto thesis class]
 %</class>
 %
 %<*driver>
@@ -15,8 +15,8 @@
 \renewcommand*{\multicolumntoc}{2}
 \usepackage[margin=3cm,inner=5cm]{geometry}
 \usepackage{xcolor}
-\definecolor{code} {HTML}{990033}
-\definecolor{link} {HTML}{000066}
+\definecolor{code}{HTML}{990033}
+\definecolor{link}{HTML}{000066}
 \let\ottfamily\ttfamily
 \renewcommand{\ttfamily}{\color{code}\ottfamily}
 \renewcommand{\MacroFont}{\ttfamily\color{code}}
@@ -472,8 +472,8 @@
 %    \begin{macrocode}
 \renewcommand*{\maketitle}%
   {\thispagestyle{empty}
-   \large
    \begin{center}
+      \large
       \singlespacing
       \null
       \vfill
@@ -518,7 +518,7 @@
    \end{center}
    \begingroup
    \doublespacing}%
-  {\endgroup\cleardoublepage}
+  {\par\endgroup\cleardoublepage}
 %    \end{macrocode}
 %
 % \subsubsection{Dedication}\label{imp:front:ded}

Modified: trunk/Master/texmf-dist/source/latex/ut-thesis/ut-thesis.ins
===================================================================
--- trunk/Master/texmf-dist/source/latex/ut-thesis/ut-thesis.ins	2021-05-04 22:27:01 UTC (rev 59077)
+++ trunk/Master/texmf-dist/source/latex/ut-thesis/ut-thesis.ins	2021-05-04 22:27:18 UTC (rev 59078)
@@ -4,13 +4,15 @@
 
 \preamble
 
-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 <fpitt at cs.utoronto.ca>,
-              2020-2020 Jesse Knight <jesse.knight at mail.utoronto.ca>
-last updated at 10:00 (EST) on Wed 14 Oct 2020
+              2020-2021 Jesse Knight <jesse.knight at mail.utoronto.ca>
+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
@@ -32,6 +34,16 @@
 - 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]
+
 \endpreamble
 
 \generate{\file{ut-thesis.cls}{\from{ut-thesis.dtx}{class}}}

Modified: trunk/Master/texmf-dist/tex/latex/ut-thesis/ut-thesis.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/ut-thesis/ut-thesis.cls	2021-05-04 22:27:01 UTC (rev 59077)
+++ trunk/Master/texmf-dist/tex/latex/ut-thesis/ut-thesis.cls	2021-05-04 22:27:18 UTC (rev 59078)
@@ -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 <fpitt at cs.utoronto.ca>,
-%%               2020-2020 Jesse Knight <jesse.knight at mail.utoronto.ca>
-%% last updated at 10:00 (EST) on Wed 14 Oct 2020
+%%               2020-2021 Jesse Knight <jesse.knight at mail.utoronto.ca>
+%% 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 at 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



More information about the tex-live-commits mailing list.