summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-05-04 22:27:18 +0000
committerKarl Berry <karl@freefriends.org>2021-05-04 22:27:18 +0000
commit70111c8ea7e311ac6e05c0f7e5953da76d32a27c (patch)
tree988112b83fcfebb90d793c432fb3d2833f816fa9
parent872c91a9ad594e73ac59279f431f8fff6a0a8945 (diff)
ut-thesis (5may21)
git-svn-id: svn://tug.org/texlive/trunk@59078 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/ut-thesis/README10
-rw-r--r--Master/texmf-dist/doc/latex/ut-thesis/ut-thesis.pdfbin116658 -> 116669 bytes
-rw-r--r--Master/texmf-dist/source/latex/ut-thesis/ut-thesis.dtx10
-rw-r--r--Master/texmf-dist/source/latex/ut-thesis/ut-thesis.ins22
-rw-r--r--Master/texmf-dist/tex/latex/ut-thesis/ut-thesis.cls28
5 files changed, 50 insertions, 20 deletions
diff --git a/Master/texmf-dist/doc/latex/ut-thesis/README b/Master/texmf-dist/doc/latex/ut-thesis/README
index 74457725ace..d3c83c754b5 100644
--- a/Master/texmf-dist/doc/latex/ut-thesis/README
+++ b/Master/texmf-dist/doc/latex/ut-thesis/README
@@ -5,8 +5,7 @@ as of Fall 2020:
[https://www.sgs.utoronto.ca/academic-progress/program-completion/formatting]
Copyright (c) 1998-2013 Francois Pitt <fpitt@cs.utoronto.ca>,
- 2020-2024 Jesse Knight <jesse.knight@mail.utoronto.ca>
-last updated at 15:30 (EST) on Thu 19 Nov 2020
+ 2020-2021 Jesse Knight <jesse.knight@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 @@ This work consists of the files:
- 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
diff --git a/Master/texmf-dist/doc/latex/ut-thesis/ut-thesis.pdf b/Master/texmf-dist/doc/latex/ut-thesis/ut-thesis.pdf
index 0dd15715719..4fcbb633eb9 100644
--- a/Master/texmf-dist/doc/latex/ut-thesis/ut-thesis.pdf
+++ b/Master/texmf-dist/doc/latex/ut-thesis/ut-thesis.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/ut-thesis/ut-thesis.dtx b/Master/texmf-dist/source/latex/ut-thesis/ut-thesis.dtx
index a3b6ad25aff..e48e2e1c75c 100644
--- a/Master/texmf-dist/source/latex/ut-thesis/ut-thesis.dtx
+++ b/Master/texmf-dist/source/latex/ut-thesis/ut-thesis.dtx
@@ -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}
diff --git a/Master/texmf-dist/source/latex/ut-thesis/ut-thesis.ins b/Master/texmf-dist/source/latex/ut-thesis/ut-thesis.ins
index c750d0f10df..6f92828b3fa 100644
--- a/Master/texmf-dist/source/latex/ut-thesis/ut-thesis.ins
+++ b/Master/texmf-dist/source/latex/ut-thesis/ut-thesis.ins
@@ -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@cs.utoronto.ca>,
- 2020-2020 Jesse Knight <jesse.knight@mail.utoronto.ca>
-last updated at 10:00 (EST) on Wed 14 Oct 2020
+ 2020-2021 Jesse Knight <jesse.knight@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 @@ This work consists of the files:
- 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}}}
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 <fpitt@cs.utoronto.ca>,
-%% 2020-2020 Jesse Knight <jesse.knight@mail.utoronto.ca>
-%% last updated at 10:00 (EST) on Wed 14 Oct 2020
+%% 2020-2021 Jesse Knight <jesse.knight@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@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