INDEX

New and Altered Commands

Redefined Commands         New Commands         Obsolete Commands


Redefined Commands

Several LaTeX commands defined for the report class are redefined to provide different behavior in thesis class, conforming to the Grad School Specifications.


New Commands

The singlespace environment, \begin{singlespace} ... \end{singlespace}, permits you to do single-spacing inside the abstract or body of the thesis, where the default is double-spacing. Two other commands, \singlespacing and \doublespacing, are provided as an inelegant but effective last-resort way to switch spacing modes.

Page numbering is something that isn't fully programmed in the thesis class macros. In a thesis, one-page chapters must be numbered (except for the dedication page), and you must do this manually. Issue the \OnePageChapter command immediately after a ``\chapter'' command if the chapter (or appendix) is only a page long. Issue the command inside the \acknowledgements{} or \abstract{} definition if either is only one page long.

Page numbering in the automatically-generated prologue pages (contents page, etc.) is controlled with other commands.


Obsolete Commands

Most of the formatting commands and length definitions possible in LaTeX are disallowed in thesis class. For example, margins lengths are prescribed by the Grad School Specifications, so none of them may be redefined with the \setlength{}{} command.

In addition, many of the class options which are valid for report class are disallowed in thesis class: titlepage, notitlepage, twoside, twocolumn, landscape, legalpaper, a4paper, a5paper, b5paper, and executivepaper.

Finally, these four LaTeX commands are disabled in thesis class, and will generate warning messages if you try to use them: \theindex, \thepart, \twocolumn, and \part.


Back: Class Options             INDEX