umasscs / umassthesis

Unofficial UMass thesis style files for use with LaTeX
61 stars 45 forks source link

umassthesis

a LaTeX2e class file for preparing doctoral dissertations or dissertation proposals in the required form for submission to the University of Massachusetts Graduate School.

Quick Start

To add the required files to your tex environment, run the installer:

./install.sh

If you want to use LyX, copy the layout file after installing the class files:

cp lyx/umassthesis.layout ~/.lyx/layouts/

Once installed, you should be able to work with the example files in example/:

cd example/
# Compile with pdflatex + bibtex:
pdflatex umthsmpl
bibtex umthsmpl
pdflatex umthsmpl
# Edit with LyX:
lyx umthsmpl.lyx

Class Options

umassthesis is based on the LaTeX2e report class and accepts all of the options of that class. It also introduces several new ones:

This class adds the following commands and environments to the report class, upon which it is based:

New environments:

See also

pdflatex-makefile, a succinct, revision-control-aware Makefile for pdflatex documents.