rlm@422: % -*- Mode:TeX -*- rlm@422: rlm@422: %% IMPORTANT: The official thesis specifications are available at: rlm@422: %% http://libraries.mit.edu/archives/thesis-specs/ rlm@422: %% rlm@422: %% Please verify your thesis' formatting and copyright rlm@422: %% assignment before submission. If you notice any rlm@422: %% discrepancies between these templates and the rlm@422: %% MIT Libraries' specs, please let us know rlm@422: %% by e-mailing thesis@mit.edu rlm@422: rlm@422: %% The documentclass options along with the pagestyle can be used to generate rlm@422: %% a technical report, a draft copy, or a regular thesis. You may need to rlm@422: %% re-specify the pagestyle after you \include cover.tex. For more rlm@422: %% information, see the first few lines of mitthesis.cls. rlm@422: rlm@422: %\documentclass[12pt,vi,twoside]{mitthesis} rlm@422: %% rlm@422: %% If you want your thesis copyright to you instead of MIT, use the rlm@422: %% ``vi'' option, as above. rlm@422: %% rlm@422: %\documentclass[12pt,twoside,leftblank]{mitthesis} rlm@422: %% rlm@422: %% If you want blank pages before new chapters to be labelled ``This rlm@422: %% Page Intentionally Left Blank'', use the ``leftblank'' option, as rlm@422: %% above. rlm@422: rlm@422: \documentclass[12pt,twoside]{mitthesis} rlm@422: %\usepackage{lgrind} rlm@422: \pagestyle{plain} rlm@422: rlm@422: \begin{document} rlm@422: rlm@422: \include{cover} rlm@422: % Some departments (e.g. 5) require an additional signature page. See rlm@422: % signature.tex for more information and uncomment the following line if rlm@422: % applicable. rlm@422: % \include{signature} rlm@422: \pagestyle{plain} rlm@422: \include{contents} rlm@422: \include{chap1} rlm@422: \include{chap2} rlm@422: \appendix rlm@422: \include{biblio} rlm@422: \end{document} rlm@422: