annotate thesis/rlm-cortex-meng.tex @ 428:d53a31969a51

rename complete.
author Robert McIntyre <rlm@mit.edu>
date Fri, 21 Mar 2014 15:43:15 -0400
parents c670d23003de
children b5d0f0adf19f
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@428 28 \documentclass[12pt,twoside]{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@427 44
rlm@428 45 %%%%% better source code display
rlm@428 46 \usepackage{minted}
rlm@427 47
rlm@428 48 % \usemintedstyle{friendly}
rlm@428 49 % \usemintedstyle{perldoc}
rlm@428 50 %\definecolor{bg}{rgb}{0.95,0.95,0.95}
rlm@428 51 \definecolor{bg}{rgb}{0.95,0.95,0.95}
rlm@428 52 \usemintedstyle{default}
rlm@427 53
rlm@427 54
rlm@428 55 %\newminted{clojure}{fontsize=\scriptsize,bgcolor=bg}
rlm@428 56 \newminted{clojure}{fontsize=\scriptsize}
rlm@427 57
rlm@428 58 %\usepackage{lgrind}
rlm@428 59 \pagestyle{plain}
rlm@427 60
rlm@428 61 \begin{document}
rlm@427 62
rlm@428 63 \include{cover}
rlm@428 64 % Some departments (e.g. 5) require an additional signature page. See
rlm@428 65 % signature.tex for more information and uncomment the following line if
rlm@428 66 % applicable.
rlm@428 67 % \include{signature}
rlm@428 68 \pagestyle{plain}
rlm@428 69 \include{contents}
rlm@428 70 \include{cortex}
rlm@428 71 %\include{chap2}
rlm@428 72 \appendix
rlm@428 73 \begin{singlespace}
rlm@428 74 \bibliography{cortex}
rlm@428 75 \bibliographystyle{plain}
rlm@428 76 \end{singlespace}
rlm@428 77 \end{document}
rlm@427 78