rlm@422: % -*- Mode:TeX -*- rlm@422: rlm@422: %% IMPORTANT: The official thesis specifications are available at: rlm@422: %% http://libraries.mit.edu/archives/thesis-specs/ rlm@422: %% rlm@422: %% Please verify your thesis' formatting and copyright rlm@422: %% assignment before submission. If you notice any rlm@422: %% discrepancies between these templates and the rlm@422: %% MIT Libraries' specs, please let us know rlm@422: %% by e-mailing thesis@mit.edu rlm@422: rlm@422: %% The documentclass options along with the pagestyle can be used to generate rlm@422: %% a technical report, a draft copy, or a regular thesis. You may need to rlm@422: %% re-specify the pagestyle after you \include cover.tex. For more rlm@422: %% information, see the first few lines of mitthesis.cls. rlm@422: rlm@422: %\documentclass[12pt,vi,twoside]{mitthesis} rlm@422: %% rlm@422: %% If you want your thesis copyright to you instead of MIT, use the rlm@422: %% ``vi'' option, as above. rlm@422: %% rlm@422: %\documentclass[12pt,twoside,leftblank]{mitthesis} rlm@422: %% rlm@422: %% If you want blank pages before new chapters to be labelled ``This rlm@422: %% Page Intentionally Left Blank'', use the ``leftblank'' option, as rlm@422: %% above. rlm@422: rlm@422: \documentclass[12pt,twoside]{mitthesis} rlm@424: \usepackage[utf8]{inputenc} rlm@424: \usepackage[T1]{fontenc} rlm@424: \usepackage{fixltx2e} rlm@424: \usepackage{graphicx} rlm@424: \usepackage{longtable} rlm@424: \usepackage{float} rlm@424: \usepackage{wrapfig} rlm@424: \usepackage{rotating} rlm@424: \usepackage[normalem]{ulem} rlm@424: \usepackage{amsmath} rlm@424: \usepackage{textcomp} rlm@424: \usepackage{marvosym} rlm@424: \usepackage{wasysym} rlm@424: \usepackage{amssymb} rlm@424: \usepackage{hyperref} rlm@425: rlm@425: %%%%% better source code display rlm@425: \usepackage{minted} rlm@425: rlm@425: % \usemintedstyle{friendly} rlm@425: % \usemintedstyle{perldoc} rlm@425: %\definecolor{bg}{rgb}{0.95,0.95,0.95} rlm@425: \definecolor{bg}{rgb}{0.95,0.95,0.95} rlm@425: \usemintedstyle{default} rlm@425: rlm@425: rlm@425: %\newminted{clojure}{fontsize=\scriptsize,bgcolor=bg} rlm@425: \newminted{clojure}{fontsize=\scriptsize} rlm@425: rlm@422: %\usepackage{lgrind} rlm@422: \pagestyle{plain} rlm@422: rlm@422: \begin{document} rlm@422: rlm@422: \include{cover} rlm@422: % Some departments (e.g. 5) require an additional signature page. See rlm@422: % signature.tex for more information and uncomment the following line if rlm@422: % applicable. rlm@422: % \include{signature} rlm@422: \pagestyle{plain} rlm@422: \include{contents} rlm@422: \include{cortex} rlm@426: %\include{chap2} rlm@422: \appendix rlm@426: \begin{singlespace} rlm@426: \bibliography{cortex} rlm@426: \bibliographystyle{plain} rlm@426: \end{singlespace} rlm@422: \end{document} rlm@422: