Mercurial > cortex
diff thesis/thesis.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 | d55197a40b47 |
line wrap: on
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/thesis/thesis.tex Fri Mar 21 01:17:41 2014 -0400 1.3 @@ -0,0 +1,46 @@ 1.4 +% -*- Mode:TeX -*- 1.5 + 1.6 +%% IMPORTANT: The official thesis specifications are available at: 1.7 +%% http://libraries.mit.edu/archives/thesis-specs/ 1.8 +%% 1.9 +%% Please verify your thesis' formatting and copyright 1.10 +%% assignment before submission. If you notice any 1.11 +%% discrepancies between these templates and the 1.12 +%% MIT Libraries' specs, please let us know 1.13 +%% by e-mailing thesis@mit.edu 1.14 + 1.15 +%% The documentclass options along with the pagestyle can be used to generate 1.16 +%% a technical report, a draft copy, or a regular thesis. You may need to 1.17 +%% re-specify the pagestyle after you \include cover.tex. For more 1.18 +%% information, see the first few lines of mitthesis.cls. 1.19 + 1.20 +%\documentclass[12pt,vi,twoside]{mitthesis} 1.21 +%% 1.22 +%% If you want your thesis copyright to you instead of MIT, use the 1.23 +%% ``vi'' option, as above. 1.24 +%% 1.25 +%\documentclass[12pt,twoside,leftblank]{mitthesis} 1.26 +%% 1.27 +%% If you want blank pages before new chapters to be labelled ``This 1.28 +%% Page Intentionally Left Blank'', use the ``leftblank'' option, as 1.29 +%% above. 1.30 + 1.31 +\documentclass[12pt,twoside]{mitthesis} 1.32 +%\usepackage{lgrind} 1.33 +\pagestyle{plain} 1.34 + 1.35 +\begin{document} 1.36 + 1.37 +\include{cover} 1.38 +% Some departments (e.g. 5) require an additional signature page. See 1.39 +% signature.tex for more information and uncomment the following line if 1.40 +% applicable. 1.41 +% \include{signature} 1.42 +\pagestyle{plain} 1.43 +\include{contents} 1.44 +\include{cortex} 1.45 +\include{chap2} 1.46 +\appendix 1.47 +\include{biblio} 1.48 +\end{document} 1.49 +