Skip to content

University of Toronto thesis class for LaTeX

Notifications You must be signed in to change notification settings

George-Lu-1997/ut-thesis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ut-thesis LaTeX class

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.

Contents

  • ut-thesis/: source code to generate ut-thesis.cls class file & ut-thesis.pdf documentation
  • test/: some example usage of the class, including:
    • mwe: a minimal working example
    • full: a more realistic example
    • margins: illustration of the margins using showframe
  • Makefile: compile stuff
  • ctan/: output for uploading to CTAN

Installation

There are many ways to install the class. Here are two:

  1. 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.
  2. 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.

Issues & Requests

... are welcome! Please file them here on GitHub.

About

University of Toronto thesis class for LaTeX

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TeX 97.2%
  • Makefile 2.8%