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