view thesis/thesis.tex @ 425:efba8526a662

happy with code formatting.
author Robert McIntyre <rlm@mit.edu>
date Fri, 21 Mar 2014 02:48:23 -0400
parents d55197a40b47
children 435b5e22d72a
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[utf8]{inputenc}
30 \usepackage[T1]{fontenc}
31 \usepackage{fixltx2e}
32 \usepackage{graphicx}
33 \usepackage{longtable}
34 \usepackage{float}
35 \usepackage{wrapfig}
36 \usepackage{rotating}
37 \usepackage[normalem]{ulem}
38 \usepackage{amsmath}
39 \usepackage{textcomp}
40 \usepackage{marvosym}
41 \usepackage{wasysym}
42 \usepackage{amssymb}
43 \usepackage{hyperref}
45 %%%%% better source code display
46 \usepackage{minted}
48 % \usemintedstyle{friendly}
49 % \usemintedstyle{perldoc}
50 %\definecolor{bg}{rgb}{0.95,0.95,0.95}
51 \definecolor{bg}{rgb}{0.95,0.95,0.95}
52 \usemintedstyle{default}
55 %\newminted{clojure}{fontsize=\scriptsize,bgcolor=bg}
56 \newminted{clojure}{fontsize=\scriptsize}
58 %\usepackage{lgrind}
59 \pagestyle{plain}
61 \begin{document}
63 \include{cover}
64 % Some departments (e.g. 5) require an additional signature page. See
65 % signature.tex for more information and uncomment the following line if
66 % applicable.
67 % \include{signature}
68 \pagestyle{plain}
69 \include{contents}
70 \include{cortex}
71 \include{chap2}
72 \appendix
73 \include{biblio}
74 \end{document}