uhussain / uwthesis

An easy-to-read LaTeX template for your UW--Madison dissertation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

uwthesis.sty

This style file is intended as an easy-to-use and easy-to-modify replacement for the existing uwthesis class. Instead of implementing an entire class (which involves an ugly mess of TeX internals), this style file builds on top of the excellent multi-purpose memoir class.

Installation and Use

You can download the most recent version of this package as a zip file or tarball. Simply unpack it, and place the uwthesis.sty file in the same directory as your base .tex file.

To use the memoir class and import the uwthesis code, the top of your .tex file should look like this:

\documentclass[oneside, letterpaper, 12pt]{memoir}
\usepackage{uwthesis}

By simply importing the package, you'll get the right margins, spacing, etc. as required by UW--Madison. The package also provides commands to set all the relevant info (author name, defense date, etc.) and to generate the title/committee page, copyright page, and UMI abstract. The example.tex file provides a complete look at how to interact with the package.

If you want to change how anything looks, simply modify the uwthesis.sty file, which is made up of normal user-level LaTeX commands. It might be worth checking the documentation for the memoir class if you want to do something fancy; its scope is encyclopedic and the class provides nice interfaces for many of the changes you're likely to want to make.

Resources

This style file is designed to conform to all UW--Madison regulations as laid out in the following documents:

The styles should be current as of spring 2012, including the new guidelines for electronic deposit and a combined title/committee page. Note that some of the documentation on the above pages was conflicting at the time of writing this package.

Examples

Check the Examples page on the Wiki to see how others have fit this package into real projects.

About

An easy-to-read LaTeX template for your UW--Madison dissertation


Languages

Language:TeX 100.0%