summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/ut-thesis
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-06-22 03:01:02 +0000
committerNorbert Preining <norbert@preining.info>2022-06-22 03:01:02 +0000
commitd6888fdb49e3ac954c2d436951f364d3a4a4b17d (patch)
tree6afde4b28d9150c5e111b3319fc5c475b8fd502c /macros/latex/contrib/ut-thesis
parent884ebedeec6018feff488351eff936cf5b56c030 (diff)
CTAN sync 202206220301
Diffstat (limited to 'macros/latex/contrib/ut-thesis')
-rw-r--r--macros/latex/contrib/ut-thesis/ut-thesis.dtx14
-rw-r--r--macros/latex/contrib/ut-thesis/ut-thesis.pdfbin140267 -> 140497 bytes
2 files changed, 11 insertions, 3 deletions
diff --git a/macros/latex/contrib/ut-thesis/ut-thesis.dtx b/macros/latex/contrib/ut-thesis/ut-thesis.dtx
index acb18a1f78..fa8b3a4c31 100644
--- a/macros/latex/contrib/ut-thesis/ut-thesis.dtx
+++ b/macros/latex/contrib/ut-thesis/ut-thesis.dtx
@@ -5,7 +5,7 @@
%<class>\NeedsTeXFormat{LaTeX2e}[1999/12/01]
%<class>\ProvidesClass{ut-thesis}
%<*class>
-[2021/08/26 v3.1.5 University of Toronto thesis class]
+[2022/06/21 v3.1.6 University of Toronto thesis class]
%</class>
%
%<*driver>
@@ -198,6 +198,12 @@
%
% If undefined, template values are used like ``(author)''.
%
+% \begin{macro}{\copyrighttext}
+% The copyright text printed on the titlepage.
+% The default, which can be overwritten if needed, is:
+% |{\copyright} Copyright {\@gradyear} by {\@author}|.
+% \end{macro}
+%
% \subsubsection{Document Parts}\label{use:cmd:parts}
%
% From the |book| class, four commands can be used to divide the document into major parts.
@@ -430,9 +436,10 @@
\newcommand*{\gradyear} [1]{\gdef\@gradyear{#1}}
\newcommand*{\department}[2][Department of]%
{\gdef\@deptpre{#1}\gdef\@deptname{#2}}
+\newcommand*{\copyrighttext}[1]{\gdef\@copyrighttext{#1}}
% \end{macrocode}
%
-% Setting default values that will hopefully be overwritten.
+% Setting default values that will mostly be overwritten.
%
% \begin{macrocode}
\author {(author)}
@@ -440,6 +447,7 @@
\degree {(degree)}
\gradyear {(gradyear)}
\department{(department)}
+\copyrighttext{{\copyright} Copyright {\@gradyear} by {\@author}}
% \end{macrocode}
%
% \subsection{Front Matter}\label{imp:front}
@@ -482,7 +490,7 @@
{\@deptpre} {\@deptname}\\
University of Toronto\\
\vfill
- {\copyright} Copyright {\@gradyear} by {\@author}
+ {\@copyrighttext}
\end{center}
{{\pagestyle{empty}\ocleardoublepage}}
}
diff --git a/macros/latex/contrib/ut-thesis/ut-thesis.pdf b/macros/latex/contrib/ut-thesis/ut-thesis.pdf
index 5128406af3..88b20d0dfb 100644
--- a/macros/latex/contrib/ut-thesis/ut-thesis.pdf
+++ b/macros/latex/contrib/ut-thesis/ut-thesis.pdf
Binary files differ