diff options
author | Karl Berry <karl@freefriends.org> | 2024-07-26 21:41:28 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2024-07-26 21:41:28 +0000 |
commit | d137b401e5a617c2a20b6ae4781b2a986e9ee296 (patch) | |
tree | f74cb4294200be631d39d7bfc2f3129ce83c0a5d | |
parent | 12bab15367c5ec6cd71a751677d9ca049af9441c (diff) |
ut-thesis (26jul24)
git-svn-id: svn://tug.org/texlive/trunk@71906 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/doc/latex/ut-thesis/README | 21 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/ut-thesis/ut-thesis.pdf | bin | 135197 -> 135618 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/ut-thesis/ut-thesis.dtx | 16 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/ut-thesis/ut-thesis.ins | 21 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/ut-thesis/ut-thesis.cls | 21 |
5 files changed, 41 insertions, 38 deletions
diff --git a/Master/texmf-dist/doc/latex/ut-thesis/README b/Master/texmf-dist/doc/latex/ut-thesis/README index 785d74c6061..ed1db06b9db 100644 --- a/Master/texmf-dist/doc/latex/ut-thesis/README +++ b/Master/texmf-dist/doc/latex/ut-thesis/README @@ -5,8 +5,8 @@ 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-2023 Jesse Knight <jesse.knight@mail.utoronto.ca> -last updated at 13:00 (EST) on Wed 08 Feb 2023 + 2020-2024 Jesse Knight <jesse.x.knight@protonmail.com> +last updated at 09:00 (BST) on Fri 26 July 2024 This work may be distributed and/or modified under the conditions of the LaTeX Project Public Licence, either version 1.3c of this licence @@ -22,7 +22,7 @@ and is not covered by the licence. This work has the LPPL maintenance status "maintained". The Current Maintainer of this work is -Jesse Knight <jesse.knight@mail.utoronto.ca>. +Jesse Knight <jesse.x.knight@protonmail.com>. This work consists of the files: - README @@ -31,12 +31,13 @@ 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 +Install ut-thesis from your favourite LaTeX distribution. +Alternatively, or to use the latest version: +- generate ut-thesis.cls (class file) using: pdflatex ut-thesis.ins + and copy to: $texmf/tex/latex/ut-thesis/ut-thesis.cls +- generate ut-thesis.pdf (documentation) using: pdflatex ut-thesis.dtx + and copy to: $texmf/doc/latex/ut-thesis/ut-thesis.pdf +or simply copy ut-thesis.cls to your working directory. See version history on GitHub: -[https://github.com/jessexknight/ut-thesis]
\ No newline at end of file +[https://github.com/jessexknight/ut-thesis] diff --git a/Master/texmf-dist/doc/latex/ut-thesis/ut-thesis.pdf b/Master/texmf-dist/doc/latex/ut-thesis/ut-thesis.pdf Binary files differindex 8f055d54d09..fdf74d5a9a4 100644 --- a/Master/texmf-dist/doc/latex/ut-thesis/ut-thesis.pdf +++ b/Master/texmf-dist/doc/latex/ut-thesis/ut-thesis.pdf 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 873f0bd2c59..9d6a7041485 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> -[2023/02/08 v3.1.7 University of Toronto thesis class] +[2024/07/26 v3.1.8 University of Toronto thesis class] %</class> % %<*driver> @@ -33,15 +33,15 @@ % \GetFileInfo{ut-thesis.dtx} % % \title{The \textit{ut-thesis} class -% \thanks{\fileversion~[\filedate] CTAN repository: -% \href{https://ctan.org/pkg/ut-thesis} -% {\texttt{https://ctan.org/pkg/ut-thesis}}}} +% \thanks{\fileversion~[\filedate]\hfill +% \href{https://ctan.org/pkg/ut-thesis}{\texttt{https://ctan.org/pkg/ut-thesis}}\hfill +% \href{https://github.com/jessexknight/ut-thesis}{\texttt{github.com/jessexknight/ut-thesis}}}} % \author{ % Francois Pitt, % Jesse Knight % \thanks{maintainer, contact: -% \href{mailto:jesse.knight@mail.utoronto.ca} -% {\texttt{jesse.knight@mail.utoronto.ca}}} +% \href{mailto:jesse.x.knight@protonmail.com} +% {\texttt{jesse.x.knight@protonmail.com}}} % } % % \maketitle @@ -79,7 +79,7 @@ % % The default options produce a final copy, ready for submission to % the University of Toronto School of Graduate Studies (SGS). -% Some examples are available on +% There is some example code on % \href{https://github.com/jessexknight/ut-thesis/tree/master/test}{GitHub}. % % \subsection{Options}\label{use:opt} @@ -616,4 +616,4 @@ \setlength\belowcaptionskip{1ex} % \end{macrocode} % -\endinput
\ No newline at end of file +\endinput 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 db350551150..80df67d81ee 100644 --- a/Master/texmf-dist/source/latex/ut-thesis/ut-thesis.ins +++ b/Master/texmf-dist/source/latex/ut-thesis/ut-thesis.ins @@ -11,8 +11,8 @@ 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-2021 Jesse Knight <jesse.knight@mail.utoronto.ca> -last updated at 23:30 (EST) on Tue 20 July 2021 + 2020-2024 Jesse Knight <jesse.x.knight@protonmail.com> +last updated at 09:00 (BST) on Fri 26 July 2024 This work may be distributed and/or modified under the conditions of the LaTeX Project Public Licence, either version 1.3c of this licence @@ -28,7 +28,7 @@ and is not covered by the licence. This work has the LPPL maintenance status "maintained". The Current Maintainer of this work is -Jesse Knight <jesse.knight@mail.utoronto.ca>. +Jesse Knight <jesse.x.knight@protonmail.com>. This work consists of the files: - README @@ -37,12 +37,13 @@ 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 +Install ut-thesis from your favourite LaTeX distribution. +Alternatively, or to use the latest version: +- generate ut-thesis.cls (class file) using: pdflatex ut-thesis.ins + and copy to: $texmf/tex/latex/ut-thesis/ut-thesis.cls +- generate ut-thesis.pdf (documentation) using: pdflatex ut-thesis.dtx + and copy to: $texmf/doc/latex/ut-thesis/ut-thesis.pdf +or simply copy ut-thesis.cls to your working directory. See version history on GitHub: [https://github.com/jessexknight/ut-thesis] @@ -51,4 +52,4 @@ See version history on GitHub: \generate{\file{ut-thesis.cls}{\from{ut-thesis.dtx}{class}}} -\endbatchfile
\ No newline at end of file +\endbatchfile 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 07ca4382793..5c33490cbaa 100644 --- a/Master/texmf-dist/tex/latex/ut-thesis/ut-thesis.cls +++ b/Master/texmf-dist/tex/latex/ut-thesis/ut-thesis.cls @@ -13,8 +13,8 @@ %% [https://www.sgs.utoronto.ca/academic-progress/program-completion/formatting] %% %% Copyright (c) 1998-2013 Francois Pitt <fpitt@cs.utoronto.ca>, -%% 2020-2021 Jesse Knight <jesse.knight@mail.utoronto.ca> -%% last updated at 23:30 (EST) on Tue 20 July 2021 +%% 2020-2024 Jesse Knight <jesse.x.knight@protonmail.com> +%% last updated at 09:00 (BST) on Fri 26 July 2024 %% %% This work may be distributed and/or modified under the conditions of %% the LaTeX Project Public Licence, either version 1.3c of this licence @@ -30,7 +30,7 @@ %% This work has the LPPL maintenance status "maintained". %% %% The Current Maintainer of this work is -%% Jesse Knight <jesse.knight@mail.utoronto.ca>. +%% Jesse Knight <jesse.x.knight@protonmail.com>. %% %% This work consists of the files: %% - README @@ -39,19 +39,20 @@ %% - 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 +%% Install ut-thesis from your favourite LaTeX distribution. +%% Alternatively, or to use the latest version: +%% - generate ut-thesis.cls (class file) using: pdflatex ut-thesis.ins +%% and copy to: $texmf/tex/latex/ut-thesis/ut-thesis.cls +%% - generate ut-thesis.pdf (documentation) using: pdflatex ut-thesis.dtx +%% and copy to: $texmf/doc/latex/ut-thesis/ut-thesis.pdf +%% or simply copy ut-thesis.cls to your working directory. %% %% See version history on GitHub: %% [https://github.com/jessexknight/ut-thesis] %% \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesClass{ut-thesis} -[2023/02/08 v3.1.7 University of Toronto thesis class] +[2024/07/26 v3.1.8 University of Toronto thesis class] \newif\ifmargins@equal \newlength{\margin@base} \newlength{\margin@offset} |