Aritra Chakrabarty edited begin_document__.tex  almost 8 years ago

Commit id: ccc5c9169f151b69b5cec2301ff0f832a881b07c

deletions | additions      

       

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