view thesis/mitthesis/main.tex @ 421:c2c28c3e27c4

get mit thesis template file.
author Robert McIntyre <rlm@mit.edu>
date Fri, 21 Mar 2014 00:08:49 -0400
parents
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 copyright
7 %% assignment before submission. If you notice any
8 %% discrepancies between these templates and the
9 %% MIT Libraries' specs, please let us know
10 %% by e-mailing thesis@mit.edu
12 %% The documentclass options along with the pagestyle can be used to generate
13 %% a technical report, a draft copy, or a regular thesis. You may need to
14 %% re-specify the pagestyle after you \include cover.tex. For more
15 %% 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 the
20 %% ``vi'' option, as above.
21 %%
22 %\documentclass[12pt,twoside,leftblank]{mitthesis}
23 %%
24 %% If you want blank pages before new chapters to be labelled ``This
25 %% Page Intentionally Left Blank'', use the ``leftblank'' option, as
26 %% above.
28 \documentclass[12pt,twoside]{mitthesis}
29 \usepackage{lgrind}
30 \pagestyle{plain}
32 %% This bit allows you to either specify only the files which you wish to
33 %% process, or `all' to process all files which you \include.
34 %% Krishna Sethuraman (1990).
36 \typein [\files]{Enter file names to process, (chap1,chap2 ...), or `all' to
37 process all files:}
38 \def\all{all}
39 \ifx\files\all \typeout{Including all files.} \else \typeout{Including only \files.} \includeonly{\files} \fi
41 \begin{document}
43 \include{cover}
44 % Some departments (e.g. 5) require an additional signature page. See
45 % signature.tex for more information and uncomment the following line if
46 % applicable.
47 % \include{signature}
48 \pagestyle{plain}
49 \include{contents}
50 \include{chap1}
51 \include{chap2}
52 \appendix
53 \include{appa}
54 \include{appb}
55 \include{biblio}
56 \end{document}