summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/ut-thesis/ut-thesis.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/ut-thesis/ut-thesis.dtx')
-rw-r--r--macros/latex/contrib/ut-thesis/ut-thesis.dtx20
1 files changed, 10 insertions, 10 deletions
diff --git a/macros/latex/contrib/ut-thesis/ut-thesis.dtx b/macros/latex/contrib/ut-thesis/ut-thesis.dtx
index e48e2e1c75..1478c5d25a 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/05/04 v3.0.3 University of Toronto thesis class]
+[2021/07/20 v3.0.5 University of Toronto thesis class]
%</class>
%
%<*driver>
@@ -146,7 +146,7 @@
% \begin{macro}{[openany]}
% These pages can open to the left or right.
% \end{macro}
-%
+%
% \paragraph{Widths:}
% Four widths of margins are defined based on
% the inner (left) and outer (right/top/bottom) dimensions:
@@ -231,7 +231,7 @@
%
% From the |book| class, the following commands are available to generate the frontmatter.
% These should be used in the order they appear here, as needed.
-%
+%
% \begin{macro}{\maketitle}
% Creates the title page according to SGS requirements,
% and adds a blank page following if using |[twoside]|.
@@ -239,10 +239,10 @@
%
% (The abstract page should appear here;
% see \S~\ref{use:env:abs}).
-%
+%
% (The dedication and acknowledgements should appear here, as needed;
% see \S~\ref{use:env:ded-ackn}).
-%
+%
% \begin{macro}{\tableofcontents}
% Prints the table of contents, starting on a new page.
% \end{macro}
@@ -254,7 +254,7 @@
% \begin{macro}{\listoffigures}
% Prints a table of figures, starting on a new page.
% \end{macro}
-%
+%
% \subsection{Environments}\label{use:env}
%
% \subsubsection{Abstract}\label{use:env:abs}
@@ -269,7 +269,7 @@
% We do not provide tools for counting words.
% \end{macro}
%
-% \subsubsection{Dedication \& Acknowledgments}\label{use:env:ded-ackn}
+% \subsubsection{Dedication \& Acknowledgements}\label{use:env:ded-ackn}
%
% \begin{macro}{dedication}
% The |dedication| environment formats text flush right and 2/3 down a new page.
@@ -277,7 +277,7 @@
% \end{macro}
%
% \begin{macro}{acknowledgements}
-% The |acknowledgments| environment creates a centered heading using |\section*{}|,
+% The |acknowledgements| environment creates a centered heading using |\section*{}|,
% and a new page after the text.
% Not necessary for SGS requirements, so you're welcome to redefine this environment.
% \end{macro}
@@ -537,7 +537,7 @@
\clearpage}
% \end{macrocode}
%
-% \subsubsection{Acknowledgments}\label{imp:front:ackn}
+% \subsubsection{Acknowledgements}\label{imp:front:ackn}
%
% As described above.
%
@@ -545,7 +545,7 @@
\newenvironment*{acknowledgements}%
{\thispagestyle{plain}
\begin{center}
- \section*{Acknowledgments}
+ \section*{Acknowledgements}
\end{center}
\begingroup}%
{\endgroup\clearpage}