Mercurial > cortex
view thesis/rlm-cortex-meng.tex @ 429:b5d0f0adf19f
improvements by Dylan!
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Fri, 21 Mar 2014 20:56:56 -0400 |
parents | d53a31969a51 |
children | 7410f0d8011c |
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 copyright7 %% assignment before submission. If you notice any8 %% discrepancies between these templates and the9 %% MIT Libraries' specs, please let us know10 %% by e-mailing thesis@mit.edu12 %% The documentclass options along with the pagestyle can be used to generate13 %% a technical report, a draft copy, or a regular thesis. You may need to14 %% re-specify the pagestyle after you \include cover.tex. For more15 %% 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 the20 %% ``vi'' option, as above.21 %%22 %\documentclass[12pt,twoside,leftblank]{mitthesis}23 %%24 %% If you want blank pages before new chapters to be labelled ``This25 %% Page Intentionally Left Blank'', use the ``leftblank'' option, as26 %% above.28 \documentclass[12pt,twoside,singlespace]{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}44 \usepackage{natbib}45 \usepackage{libertine}46 \usepackage{inconsolata}48 \renewcommand{\thesection}{\arabic{section}}50 %%%%% better source code display51 \usepackage{minted}53 %% dyl fonts55 % \usemintedstyle{friendly}56 % \usemintedstyle{perldoc}57 %\definecolor{bg}{rgb}{0.95,0.95,0.95}58 \definecolor{bg}{rgb}{0.625,0,0}59 \usemintedstyle{default}60 \newcommand{\why}[1]{\\ \par{\footnotesize #1}}61 %\setmonofont[Scale=0.9,BoldFont={Inconsolata Bold}]{Inconsolata}63 %\usepackage[gray]{xcolor}64 \newminted{clojure}{fontsize=\footnotesize}65 %\newminted{clojure}{fontsize=\footnotesize,bgcolor=bg}66 %\newminted{clojure}{fontsize=\scriptsize}68 %\usepackage{lgrind}69 \pagestyle{plain}71 \begin{document}73 \include{cover}74 % Some departments (e.g. 5) require an additional signature page. See75 % signature.tex for more information and uncomment the following line if76 % applicable.77 % \include{signature}78 \pagestyle{plain}79 \tableofcontents80 %\newpage81 %\listoffigures82 %\newpage83 %\listoftables84 \include{cortex}85 \nocite{*}86 %\include{chap2}87 \appendix88 \begin{singlespace}89 \bibliography{cortex}90 %\bibliographystyle{agsm}91 %\bibliographystyle{apa}92 \bibliographystyle{plainnat}93 \end{singlespace}94 \end{document}