diff options
author | Karl Berry <karl@freefriends.org> | 2023-02-09 21:15:45 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-02-09 21:15:45 +0000 |
commit | 0ce7287662220a687f313813c61fe0082f147e5c (patch) | |
tree | abe9d5eed4f047000d6f3d3600e7c874ca13eef5 /Master/texmf-dist | |
parent | 8e0a627bb31e2495bca858b5c44e63e510c3448c (diff) |
ut-thesis (9feb23)
git-svn-id: svn://tug.org/texlive/trunk@65767 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/doc/latex/ut-thesis/README | 4 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/ut-thesis/ut-thesis.pdf | bin | 140497 -> 135197 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/ut-thesis/ut-thesis.dtx | 29 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/ut-thesis/ut-thesis.cls | 2 |
4 files changed, 20 insertions, 15 deletions
diff --git a/Master/texmf-dist/doc/latex/ut-thesis/README b/Master/texmf-dist/doc/latex/ut-thesis/README index 880fe06c31f..785d74c6061 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-2021 Jesse Knight <jesse.knight@mail.utoronto.ca> -last updated at 13:00 (EST) on Thu 26 Aug 2021 + 2020-2023 Jesse Knight <jesse.knight@mail.utoronto.ca> +last updated at 13:00 (EST) on Wed 08 Feb 2023 This work may be distributed and/or modified under the conditions of the LaTeX Project Public Licence, either version 1.3c of this licence 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 88b20d0dfb0..8f055d54d09 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 fa8b3a4c318..873f0bd2c59 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> -[2022/06/21 v3.1.6 University of Toronto thesis class] +[2023/02/08 v3.1.7 University of Toronto thesis class] %</class> % %<*driver> @@ -16,7 +16,7 @@ \usepackage[margin=3cm,inner=5cm]{geometry} \usepackage{xcolor} \definecolor{code}{HTML}{990033} -\definecolor{link}{HTML}{000066} +\definecolor{link}{HTML}{006699} \let\ottfamily\ttfamily \renewcommand{\ttfamily}{\color{code}\ottfamily} \renewcommand{\MacroFont}{\ttfamily\color{code}} @@ -32,7 +32,7 @@ % % \GetFileInfo{ut-thesis.dtx} % -% \title{The \texttt{ut-thesis} class +% \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}}}} @@ -47,7 +47,7 @@ % \maketitle % % \begin{abstract}\noindent -% The |ut-thesis| document class implements the formatting requirements of +% The \textit{ut-thesis} document class implements the formatting requirements of % the University of Toronto School of Graduate Studies (SGS), % as of Fall 2020. % \end{abstract} @@ -57,16 +57,19 @@ % % \section{Installation}\label{inst} % -% To use the |ut-thesis| class, -% you must first make the file |ut-thesis.cls| visible to your current \LaTeX\ distribution. -% There are two ways to do this: +% There are two main options to start using the class: % \begin{itemize} -% \item \textbf{local file}: Place the file |ut-thesis.cls| in your project directory. -% This works if you don't have write access -% in the \LaTeX\ distribution, such as if you use Overleaf. -% \item \textbf{installing}: Installation steps will depend on your \LaTeX\ distribution. -% Some helpful instructions can be found +% \item \textbf{installing}: The \textit{ut-thesis} class is available +% under the major \LaTeX\ distributions (Linux: TeX Live, macOS: MacTeX, Windows: MiKTeX). +% Installation steps will depend on the distribution; some helpful information is % \href{https://en.wikibooks.org/wiki/LaTeX/Installing_Extra_Packages}{here}. +% Within TeX Live, \textit{ut-thesis} is part of the +% \href{https://packages.ubuntu.com/kinetic/all/texlive-publishers/filelist} +% {publishers} bundle, so it should be available on Overleaf. +% \item \textbf{local file}: Place the file |ut-thesis.cls| in your project directory. +% The class will only be available in this directory. +% This works if you don't have write access in the \LaTeX\ distribution, +% or if you want to use an updated version of the class. % \end{itemize} % % \section{Usage}\label{use} @@ -76,6 +79,8 @@ % % 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 +% \href{https://github.com/jessexknight/ut-thesis/tree/master/test}{GitHub}. % % \subsection{Options}\label{use:opt} % 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 9f78b607c13..07ca4382793 100644 --- a/Master/texmf-dist/tex/latex/ut-thesis/ut-thesis.cls +++ b/Master/texmf-dist/tex/latex/ut-thesis/ut-thesis.cls @@ -51,7 +51,7 @@ %% \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesClass{ut-thesis} -[2022/06/21 v3.1.6 University of Toronto thesis class] +[2023/02/08 v3.1.7 University of Toronto thesis class] \newif\ifmargins@equal \newlength{\margin@base} \newlength{\margin@offset} |