annotate thesis/aux/mitthesis/main.tex @ 538:cfbcd2b11087

spellcheck.
author Robert McIntyre <rlm@mit.edu>
date Sun, 27 Apr 2014 21:50:25 -0400
parents 6b0f77df0e53
children
rev   line source
rlm@422 1 % -*- Mode:TeX -*-
rlm@422 2
rlm@422 3 %% IMPORTANT: The official thesis specifications are available at:
rlm@422 4 %% http://libraries.mit.edu/archives/thesis-specs/
rlm@422 5 %%
rlm@422 6 %% Please verify your thesis' formatting and copyright
rlm@422 7 %% assignment before submission. If you notice any
rlm@422 8 %% discrepancies between these templates and the
rlm@422 9 %% MIT Libraries' specs, please let us know
rlm@422 10 %% by e-mailing thesis@mit.edu
rlm@422 11
rlm@422 12 %% The documentclass options along with the pagestyle can be used to generate
rlm@422 13 %% a technical report, a draft copy, or a regular thesis. You may need to
rlm@422 14 %% re-specify the pagestyle after you \include cover.tex. For more
rlm@422 15 %% information, see the first few lines of mitthesis.cls.
rlm@422 16
rlm@422 17 %\documentclass[12pt,vi,twoside]{mitthesis}
rlm@422 18 %%
rlm@422 19 %% If you want your thesis copyright to you instead of MIT, use the
rlm@422 20 %% ``vi'' option, as above.
rlm@422 21 %%
rlm@422 22 %\documentclass[12pt,twoside,leftblank]{mitthesis}
rlm@422 23 %%
rlm@422 24 %% If you want blank pages before new chapters to be labelled ``This
rlm@422 25 %% Page Intentionally Left Blank'', use the ``leftblank'' option, as
rlm@422 26 %% above.
rlm@422 27
rlm@422 28 \documentclass[12pt,twoside]{mitthesis}
rlm@422 29 %\usepackage{lgrind}
rlm@422 30 \pagestyle{plain}
rlm@422 31
rlm@422 32 \begin{document}
rlm@422 33
rlm@422 34 \include{cover}
rlm@422 35 % Some departments (e.g. 5) require an additional signature page. See
rlm@422 36 % signature.tex for more information and uncomment the following line if
rlm@422 37 % applicable.
rlm@422 38 % \include{signature}
rlm@422 39 \pagestyle{plain}
rlm@422 40 \include{contents}
rlm@422 41 \include{chap1}
rlm@422 42 \include{chap2}
rlm@422 43 \appendix
rlm@422 44 \include{biblio}
rlm@422 45 \end{document}
rlm@422 46