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.
Within this repo:
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 exampleframe
: illustration of the margins usingshowframe
margin-*
: testing the margin options
makefile
: compile stuffctan/
: output for uploading to CTAN
There are two main options to start using the class:
- installing: The 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 here. Within TeX Live, ut-thesis is part of the publishers bundle, so it should be available on Overleaf.
- 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. The documentation is available on GitHub.
There is some example code on GitHub.
... are welcome! Please file them here on GitHub.
If you have your thesis rejected by SGS / ProQuest due to formatting, please help us track the (inconsistent) reasons here, to see if any changes are actually needed in ut-thesis.
If there are any differences between the version here on GitHub vs the versions on CTAN or your LaTeX distribution, the GitHub version is likely more up-to-date.