The ut-thesis
document class for LaTeX implements the formatting requirements of
the University of Toronto School of Graduate Studies (SGS), as of Fall 2020.
ut-thesis/
: source code to generateut-thesis.cls
class file &ut-thesis.pdf
documentationtest/
: some example usage of the class, including:mwe
: a minimal working examplefull
: a more realistic examplemargins
: illustration of the margins usingshowframe
Makefile
: compile stuffctan/
: output for uploading to CTAN
There are many ways to install the class. Here are two:
- local file:
Simply download the class file (
.cls
) and documentation (.pdf
) from here:ut-thesis/
, and place it in your working directory. The class will only be available in this directory. - tds:
Download the tds version of the package
from here:
ctan/ut-thesis.tds.zip
. CTAN won't host this file, because the package is too small. Then, run:sudo unzip ut-thesis.tds.zip -d $texmf
where$texmf
is the root of your texmf tree. This makes the class available to your whole LaTeX distribution.
... are welcome! Please file them here on GitHub.