texlive[71906] Master/texmf-dist: ut-thesis (26jul24)
commits+karl at tug.org
commits+karl at tug.org
Fri Jul 26 23:41:28 CEST 2024
Revision: 71906
https://tug.org/svn/texlive?view=revision&revision=71906
Author: karl
Date: 2024-07-26 23:41:28 +0200 (Fri, 26 Jul 2024)
Log Message:
-----------
ut-thesis (26jul24)
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 2024-07-26 21:41:16 UTC (rev 71905)
+++ trunk/Master/texmf-dist/doc/latex/ut-thesis/README 2024-07-26 21:41:28 UTC (rev 71906)
@@ -5,8 +5,8 @@
[https://www.sgs.utoronto.ca/academic-progress/program-completion/formatting]
Copyright (c) 1998-2013 Francois Pitt <fpitt at cs.utoronto.ca>,
- 2020-2023 Jesse Knight <jesse.knight at mail.utoronto.ca>
-last updated at 13:00 (EST) on Wed 08 Feb 2023
+ 2020-2024 Jesse Knight <jesse.x.knight at 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 @@
This work has the LPPL maintenance status "maintained".
The Current Maintainer of this work is
-Jesse Knight <jesse.knight at mail.utoronto.ca>.
+Jesse Knight <jesse.x.knight at protonmail.com>.
This work consists of the files:
- README
@@ -31,12 +31,13 @@
- 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]
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 2024-07-26 21:41:16 UTC (rev 71905)
+++ trunk/Master/texmf-dist/source/latex/ut-thesis/ut-thesis.dtx 2024-07-26 21:41:28 UTC (rev 71906)
@@ -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 at mail.utoronto.ca}
-% {\texttt{jesse.knight at mail.utoronto.ca}}}
+% \href{mailto:jesse.x.knight at protonmail.com}
+% {\texttt{jesse.x.knight at 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
Modified: trunk/Master/texmf-dist/source/latex/ut-thesis/ut-thesis.ins
===================================================================
--- trunk/Master/texmf-dist/source/latex/ut-thesis/ut-thesis.ins 2024-07-26 21:41:16 UTC (rev 71905)
+++ trunk/Master/texmf-dist/source/latex/ut-thesis/ut-thesis.ins 2024-07-26 21:41:28 UTC (rev 71906)
@@ -11,8 +11,8 @@
[https://www.sgs.utoronto.ca/academic-progress/program-completion/formatting]
Copyright (c) 1998-2013 Francois Pitt <fpitt at cs.utoronto.ca>,
- 2020-2021 Jesse Knight <jesse.knight at mail.utoronto.ca>
-last updated at 23:30 (EST) on Tue 20 July 2021
+ 2020-2024 Jesse Knight <jesse.x.knight at 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 @@
This work has the LPPL maintenance status "maintained".
The Current Maintainer of this work is
-Jesse Knight <jesse.knight at mail.utoronto.ca>.
+Jesse Knight <jesse.x.knight at protonmail.com>.
This work consists of the files:
- README
@@ -37,12 +37,13 @@
- 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 @@
\generate{\file{ut-thesis.cls}{\from{ut-thesis.dtx}{class}}}
-\endbatchfile
\ No newline at end of file
+\endbatchfile
Modified: trunk/Master/texmf-dist/tex/latex/ut-thesis/ut-thesis.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/ut-thesis/ut-thesis.cls 2024-07-26 21:41:16 UTC (rev 71905)
+++ trunk/Master/texmf-dist/tex/latex/ut-thesis/ut-thesis.cls 2024-07-26 21:41:28 UTC (rev 71906)
@@ -13,8 +13,8 @@
%% [https://www.sgs.utoronto.ca/academic-progress/program-completion/formatting]
%%
%% Copyright (c) 1998-2013 Francois Pitt <fpitt at cs.utoronto.ca>,
-%% 2020-2021 Jesse Knight <jesse.knight at mail.utoronto.ca>
-%% last updated at 23:30 (EST) on Tue 20 July 2021
+%% 2020-2024 Jesse Knight <jesse.x.knight at 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 at mail.utoronto.ca>.
+%% Jesse Knight <jesse.x.knight at protonmail.com>.
%%
%% This work consists of the files:
%% - README
@@ -39,12 +39,13 @@
%% - 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,7 +52,7 @@
%%
\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 at equal
\newlength{\margin at base}
\newlength{\margin at offset}
More information about the tex-live-commits
mailing list.