annotate 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
rev   line source
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@429 28 \documentclass[12pt,twoside,singlespace]{mitthesis}
rlm@428 29 \usepackage[utf8]{inputenc}
rlm@428 30 \usepackage[T1]{fontenc}
rlm@428 31 \usepackage{fixltx2e}
rlm@428 32 \usepackage{graphicx}
rlm@428 33 \usepackage{longtable}
rlm@428 34 \usepackage{float}
rlm@428 35 \usepackage{wrapfig}
rlm@428 36 \usepackage{rotating}
rlm@428 37 \usepackage[normalem]{ulem}
rlm@428 38 \usepackage{amsmath}
rlm@428 39 \usepackage{textcomp}
rlm@428 40 \usepackage{marvosym}
rlm@428 41 \usepackage{wasysym}
rlm@428 42 \usepackage{amssymb}
rlm@428 43 \usepackage{hyperref}
rlm@429 44 \usepackage{natbib}
rlm@429 45 \usepackage{libertine}
rlm@429 46 \usepackage{inconsolata}
rlm@429 47
rlm@429 48 \renewcommand{\thesection}{\arabic{section}}
rlm@427 49
rlm@428 50 %%%%% better source code display
rlm@428 51 \usepackage{minted}
rlm@427 52
rlm@429 53 %% dyl fonts
rlm@429 54
rlm@428 55 % \usemintedstyle{friendly}
rlm@428 56 % \usemintedstyle{perldoc}
rlm@428 57 %\definecolor{bg}{rgb}{0.95,0.95,0.95}
rlm@429 58 \definecolor{bg}{rgb}{0.625,0,0}
rlm@428 59 \usemintedstyle{default}
rlm@429 60 \newcommand{\why}[1]{\\ \par{\footnotesize #1}}
rlm@429 61 %\setmonofont[Scale=0.9,BoldFont={Inconsolata Bold}]{Inconsolata}
rlm@427 62
rlm@429 63 %\usepackage[gray]{xcolor}
rlm@429 64 \newminted{clojure}{fontsize=\footnotesize}
rlm@429 65 %\newminted{clojure}{fontsize=\footnotesize,bgcolor=bg}
rlm@429 66 %\newminted{clojure}{fontsize=\scriptsize}
rlm@427 67
rlm@428 68 %\usepackage{lgrind}
rlm@428 69 \pagestyle{plain}
rlm@427 70
rlm@428 71 \begin{document}
rlm@427 72
rlm@428 73 \include{cover}
rlm@428 74 % Some departments (e.g. 5) require an additional signature page. See
rlm@428 75 % signature.tex for more information and uncomment the following line if
rlm@428 76 % applicable.
rlm@428 77 % \include{signature}
rlm@428 78 \pagestyle{plain}
rlm@429 79 \tableofcontents
rlm@429 80 %\newpage
rlm@429 81 %\listoffigures
rlm@429 82 %\newpage
rlm@429 83 %\listoftables
rlm@428 84 \include{cortex}
rlm@429 85 \nocite{*}
rlm@428 86 %\include{chap2}
rlm@428 87 \appendix
rlm@428 88 \begin{singlespace}
rlm@428 89 \bibliography{cortex}
rlm@429 90 %\bibliographystyle{agsm}
rlm@429 91 %\bibliographystyle{apa}
rlm@429 92 \bibliographystyle{plainnat}
rlm@428 93 \end{singlespace}
rlm@428 94 \end{document}
rlm@427 95