Mercurial > cortex
view thesis/aux/mitthesis/main.tex @ 545:b2c66ea58c39
changes from athena.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Mon, 28 Apr 2014 12:59:08 -0400 |
parents | 6b0f77df0e53 |
children |
line wrap: on
line source
1 % -*- Mode:TeX -*-3 %% IMPORTANT: The official thesis specifications are available at:4 %% http://libraries.mit.edu/archives/thesis-specs/5 %%6 %% Please verify your thesis' formatting and copyright7 %% assignment before submission. If you notice any8 %% discrepancies between these templates and the9 %% MIT Libraries' specs, please let us know10 %% by e-mailing thesis@mit.edu12 %% The documentclass options along with the pagestyle can be used to generate13 %% a technical report, a draft copy, or a regular thesis. You may need to14 %% re-specify the pagestyle after you \include cover.tex. For more15 %% information, see the first few lines of mitthesis.cls.17 %\documentclass[12pt,vi,twoside]{mitthesis}18 %%19 %% If you want your thesis copyright to you instead of MIT, use the20 %% ``vi'' option, as above.21 %%22 %\documentclass[12pt,twoside,leftblank]{mitthesis}23 %%24 %% If you want blank pages before new chapters to be labelled ``This25 %% Page Intentionally Left Blank'', use the ``leftblank'' option, as26 %% above.28 \documentclass[12pt,twoside]{mitthesis}29 %\usepackage{lgrind}30 \pagestyle{plain}32 \begin{document}34 \include{cover}35 % Some departments (e.g. 5) require an additional signature page. See36 % signature.tex for more information and uncomment the following line if37 % applicable.38 % \include{signature}39 \pagestyle{plain}40 \include{contents}41 \include{chap1}42 \include{chap2}43 \appendix44 \include{biblio}45 \end{document}