rlm@428
|
1 % -*- Mode:TeX -*-
|
rlm@427
|
2
|
rlm@428
|
3 %% IMPORTANT: The official thesis specifications are available at:
|
rlm@428
|
4 %% http://libraries.mit.edu/archives/thesis-specs/
|
rlm@428
|
5 %%
|
rlm@428
|
6 %% Please verify your thesis' formatting and copyright
|
rlm@428
|
7 %% assignment before submission. If you notice any
|
rlm@428
|
8 %% discrepancies between these templates and the
|
rlm@428
|
9 %% MIT Libraries' specs, please let us know
|
rlm@428
|
10 %% by e-mailing thesis@mit.edu
|
rlm@427
|
11
|
rlm@428
|
12 %% The documentclass options along with the pagestyle can be used to generate
|
rlm@428
|
13 %% a technical report, a draft copy, or a regular thesis. You may need to
|
rlm@428
|
14 %% re-specify the pagestyle after you \include cover.tex. For more
|
rlm@428
|
15 %% information, see the first few lines of mitthesis.cls.
|
rlm@427
|
16
|
rlm@428
|
17 %\documentclass[12pt,vi,twoside]{mitthesis}
|
rlm@428
|
18 %%
|
rlm@428
|
19 %% If you want your thesis copyright to you instead of MIT, use the
|
rlm@428
|
20 %% ``vi'' option, as above.
|
rlm@428
|
21 %%
|
rlm@428
|
22 %\documentclass[12pt,twoside,leftblank]{mitthesis}
|
rlm@428
|
23 %%
|
rlm@428
|
24 %% If you want blank pages before new chapters to be labelled ``This
|
rlm@428
|
25 %% Page Intentionally Left Blank'', use the ``leftblank'' option, as
|
rlm@428
|
26 %% above.
|
rlm@427
|
27
|
rlm@441
|
28 \documentclass[12pt,twoside,singlespace,vi]{mitthesis}
|
rlm@451
|
29 %\documentclass[12pt,twoside,vi]{mitthesis}
|
rlm@507
|
30
|
rlm@507
|
31 %\usepackage{floatrow}
|
rlm@428
|
32 \usepackage[utf8]{inputenc}
|
rlm@428
|
33 \usepackage[T1]{fontenc}
|
rlm@507
|
34 %\usepackage{fixltx2e}
|
rlm@507
|
35 %\usepackage{graphicx}
|
rlm@507
|
36 %\usepackage{longtable}
|
rlm@507
|
37 %\usepackage{float}
|
rlm@507
|
38 %\usepackage{wrapfig}
|
rlm@507
|
39 %\usepackage{rotating}
|
rlm@428
|
40 \usepackage[normalem]{ulem}
|
rlm@476
|
41 \usepackage{mathtools}
|
rlm@507
|
42 %\usepackage{amsmath}
|
rlm@507
|
43 %\usepackage{textcomp}
|
rlm@428
|
44 \usepackage{marvosym}
|
rlm@428
|
45 \usepackage{wasysym}
|
rlm@428
|
46 \usepackage{amssymb}
|
rlm@428
|
47 \usepackage{hyperref}
|
rlm@429
|
48 \usepackage{libertine}
|
rlm@429
|
49 \usepackage{inconsolata}
|
rlm@449
|
50 \usepackage{rotating}
|
rlm@452
|
51 \usepackage{caption}
|
rlm@505
|
52 \usepackage{xcolor}
|
rlm@507
|
53 \usepackage{minted}
|
rlm@505
|
54 \usepackage[backend=bibtex,style=alphabetic]{biblatex}
|
rlm@510
|
55 %\usepackage[section]{placeins}
|
rlm@517
|
56 \usepackage[section,subsection]{extraplaceins}
|
rlm@507
|
57 %\floatsetup[listing]{style=Plaintop}
|
rlm@452
|
58
|
rlm@452
|
59
|
rlm@507
|
60 \captionsetup{width=.85\textwidth,font=small}
|
rlm@507
|
61
|
rlm@506
|
62 % Configure minted source code listings.
|
rlm@506
|
63 \usemintedstyle{default}
|
rlm@506
|
64 \newminted{clojure}{fontsize=\footnotesize}
|
rlm@525
|
65 \newminted{java}{fontsize=\footnotesize}
|
rlm@525
|
66 \newminted{c}{fontsize=\footnotesize}
|
rlm@525
|
67
|
rlm@506
|
68
|
rlm@506
|
69 % Allow colored source code listing to break across pages.
|
rlm@505
|
70 \newenvironment{anchoredListing}{\captionsetup{type=listing}}{}
|
rlm@429
|
71
|
rlm@505
|
72 \renewenvironment{listing}{\begin{anchoredListing}}{
|
rlm@507
|
73 \end{anchoredListing}
|
rlm@505
|
74 }
|
rlm@431
|
75
|
rlm@506
|
76 % Remove ugly boxes around hyperlinks
|
rlm@431
|
77 \definecolor{dark-red}{rgb}{0.4,0.15,0.15}
|
rlm@431
|
78 \definecolor{dark-blue}{rgb}{0.15,0.4,0.15}
|
rlm@497
|
79 \definecolor{medium-blue}{rgb}{0.15,0.4,0.9}
|
rlm@431
|
80 \hypersetup{
|
rlm@431
|
81 colorlinks, linkcolor={dark-red},
|
rlm@431
|
82 citecolor={dark-blue}, urlcolor={medium-blue}
|
rlm@431
|
83 }
|
rlm@431
|
84
|
rlm@506
|
85 % Dylan -- make labels on figures and tables simpler
|
rlm@429
|
86 \renewcommand{\thesection}{\arabic{section}}
|
rlm@445
|
87 \renewcommand{\thefigure}{\arabic{figure}}
|
rlm@427
|
88
|
rlm@506
|
89 % CORTEX annotated biblography
|
rlm@506
|
90 \addbibresource{cortex.bib}
|
rlm@506
|
91 \newcommand{\why}[1]{\\ \par{\footnotesize #1}\\}
|
rlm@505
|
92
|
rlm@427
|
93
|
rlm@429
|
94
|
rlm@427
|
95
|
rlm@506
|
96 %% % Alter some LaTeX defaults for better treatment of figures:
|
rlm@506
|
97 %% % See p.105 of "TeX Unbound" for suggested values.
|
rlm@506
|
98 %% % See pp. 199-200 of Lamport's "LaTeX" book for details.
|
rlm@506
|
99 %% % General parameters, for ALL pages:
|
rlm@506
|
100 %% \renewcommand{\topfraction}{0.9} % max fraction of floats at top
|
rlm@506
|
101 %% \renewcommand{\bottomfraction}{0.8} % max fraction of floats at bottom
|
rlm@506
|
102 %% % Parameters for TEXT pages (not float pages):
|
rlm@506
|
103 %% \setcounter{topnumber}{2}
|
rlm@506
|
104 %% \setcounter{bottomnumber}{2}
|
rlm@506
|
105 %% \setcounter{totalnumber}{4} % 2 may work better
|
rlm@506
|
106 %% \setcounter{dbltopnumber}{2} % for 2-column pages
|
rlm@506
|
107 %% \renewcommand{\dbltopfraction}{0.9} % fit big float above 2-col. text
|
rlm@506
|
108 %% \renewcommand{\textfraction}{0.07} % allow minimal text w. figs
|
rlm@506
|
109 %% % Parameters for FLOAT pages (not text pages):
|
rlm@506
|
110 %% \renewcommand{\floatpagefraction}{0.7} % require fuller float pages
|
rlm@506
|
111 %% % N.B.: floatpagefraction MUST be less than topfraction !!
|
rlm@506
|
112 %% \renewcommand{\dblfloatpagefraction}{0.7} % require fuller float pages
|
rlm@506
|
113 %% % remember to use [htp] or [htpb] for placement
|
rlm@452
|
114
|
rlm@497
|
115 %\setmaxsecnumdepth{subsec}
|
rlm@506
|
116
|
rlm@506
|
117
|
rlm@506
|
118 % The thesis!
|
rlm@506
|
119 \pagestyle{plain}
|
rlm@428
|
120 \begin{document}
|
rlm@428
|
121 \include{cover}
|
rlm@428
|
122 \pagestyle{plain}
|
rlm@429
|
123 \tableofcontents
|
rlm@429
|
124 %\newpage
|
rlm@429
|
125 %\listoffigures
|
rlm@429
|
126 %\newpage
|
rlm@429
|
127 %\listoftables
|
rlm@428
|
128 \include{cortex}
|
rlm@429
|
129 \nocite{*}
|
rlm@488
|
130 \begin{singlespace}
|
rlm@506
|
131 \printbibliography
|
rlm@428
|
132 \end{singlespace}
|
rlm@428
|
133 \end{document}
|
rlm@427
|
134
|