Abstract
Describes the implementation of the LaTeX stylesheet for New Mexico Tech theses and dissertations. The actual code is included.
This publication is available in Web form and also as a PDF document.
Please forward any comments to tcc-doc@nmt.edu.
Table of Contents
dedication environment\titlepage\epigraph command\frontispiece commandabstract environmentacknowledgments
environment\tableofcontents\listoftables\listoffigures\listofabbrs\signaturepagepreface environmentbib@list environment\chapter@\chapter@orappendix\chapter@star: The \chapter* command\double@spacing: Set up double-spaced
lines\internal@chapter\make@chapterhead\make@majorhead\sign@here: Signature line\single@spacing: Set up single-spaced
lines\@startsectionTo help New Mexico Tech graduate students write clear, attractive theses and dissertations that conform to the formatting requirements of the Graduate Office, the Tech Computer Center maintains a stylesheet for the LaTeX document preparation system. The instructions for using the stylesheet are online: see Using the NMT LaTeX thesis style.
This document presents the actual LaTeX commands of the stylesheet in lightweight literate programming form.
For the reader unfamiliar with LaTeX, especially the construction of style and class files, here are some good resources.
Kopka, Helmut, and Patrick W. Daly. Guide to LaTeX. Addison-Wesley, 2004, ISBN 0-321-17385-6.
Appendix D, “LaTeX programming,” is particularly valuable.
Mittelbach, Frank, and Michel Goossens. The LaTeX Companion, 2nd ed. Addison-Wesley, 2004, ISBN 0-201-36299-6.
Goes into more depth on stylesheet and class file construction.