Mercurial > cortex
comparison thesis/aux/mitthesis/main.tex @ 422:6b0f77df0e53
building latex scaffolding for thesis.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Fri, 21 Mar 2014 01:17:41 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
421:c2c28c3e27c4 | 422:6b0f77df0e53 |
---|---|
1 % -*- Mode:TeX -*- | |
2 | |
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 | |
11 | |
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. | |
16 | |
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. | |
27 | |
28 \documentclass[12pt,twoside]{mitthesis} | |
29 %\usepackage{lgrind} | |
30 \pagestyle{plain} | |
31 | |
32 \begin{document} | |
33 | |
34 \include{cover} | |
35 % Some departments (e.g. 5) require an additional signature page. See | |
36 % signature.tex for more information and uncomment the following line if | |
37 % applicable. | |
38 % \include{signature} | |
39 \pagestyle{plain} | |
40 \include{contents} | |
41 \include{chap1} | |
42 \include{chap2} | |
43 \appendix | |
44 \include{biblio} | |
45 \end{document} | |
46 |