comparison 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
comparison
equal deleted inserted replaced
428:d53a31969a51 429:b5d0f0adf19f
23 %% 23 %%
24 %% If you want blank pages before new chapters to be labelled ``This 24 %% If you want blank pages before new chapters to be labelled ``This
25 %% Page Intentionally Left Blank'', use the ``leftblank'' option, as 25 %% Page Intentionally Left Blank'', use the ``leftblank'' option, as
26 %% above. 26 %% above.
27 27
28 \documentclass[12pt,twoside]{mitthesis} 28 \documentclass[12pt,twoside,singlespace]{mitthesis}
29 \usepackage[utf8]{inputenc} 29 \usepackage[utf8]{inputenc}
30 \usepackage[T1]{fontenc} 30 \usepackage[T1]{fontenc}
31 \usepackage{fixltx2e} 31 \usepackage{fixltx2e}
32 \usepackage{graphicx} 32 \usepackage{graphicx}
33 \usepackage{longtable} 33 \usepackage{longtable}
39 \usepackage{textcomp} 39 \usepackage{textcomp}
40 \usepackage{marvosym} 40 \usepackage{marvosym}
41 \usepackage{wasysym} 41 \usepackage{wasysym}
42 \usepackage{amssymb} 42 \usepackage{amssymb}
43 \usepackage{hyperref} 43 \usepackage{hyperref}
44 \usepackage{natbib}
45 \usepackage{libertine}
46 \usepackage{inconsolata}
47
48 \renewcommand{\thesection}{\arabic{section}}
44 49
45 %%%%% better source code display 50 %%%%% better source code display
46 \usepackage{minted} 51 \usepackage{minted}
47 52
53 %% dyl fonts
54
48 % \usemintedstyle{friendly} 55 % \usemintedstyle{friendly}
49 % \usemintedstyle{perldoc} 56 % \usemintedstyle{perldoc}
50 %\definecolor{bg}{rgb}{0.95,0.95,0.95} 57 %\definecolor{bg}{rgb}{0.95,0.95,0.95}
51 \definecolor{bg}{rgb}{0.95,0.95,0.95} 58 \definecolor{bg}{rgb}{0.625,0,0}
52 \usemintedstyle{default} 59 \usemintedstyle{default}
60 \newcommand{\why}[1]{\\ \par{\footnotesize #1}}
61 %\setmonofont[Scale=0.9,BoldFont={Inconsolata Bold}]{Inconsolata}
53 62
54 63 %\usepackage[gray]{xcolor}
55 %\newminted{clojure}{fontsize=\scriptsize,bgcolor=bg} 64 \newminted{clojure}{fontsize=\footnotesize}
56 \newminted{clojure}{fontsize=\scriptsize} 65 %\newminted{clojure}{fontsize=\footnotesize,bgcolor=bg}
66 %\newminted{clojure}{fontsize=\scriptsize}
57 67
58 %\usepackage{lgrind} 68 %\usepackage{lgrind}
59 \pagestyle{plain} 69 \pagestyle{plain}
60 70
61 \begin{document} 71 \begin{document}
64 % Some departments (e.g. 5) require an additional signature page. See 74 % Some departments (e.g. 5) require an additional signature page. See
65 % signature.tex for more information and uncomment the following line if 75 % signature.tex for more information and uncomment the following line if
66 % applicable. 76 % applicable.
67 % \include{signature} 77 % \include{signature}
68 \pagestyle{plain} 78 \pagestyle{plain}
69 \include{contents} 79 \tableofcontents
80 %\newpage
81 %\listoffigures
82 %\newpage
83 %\listoftables
70 \include{cortex} 84 \include{cortex}
85 \nocite{*}
71 %\include{chap2} 86 %\include{chap2}
72 \appendix 87 \appendix
73 \begin{singlespace} 88 \begin{singlespace}
74 \bibliography{cortex} 89 \bibliography{cortex}
75 \bibliographystyle{plain} 90 %\bibliographystyle{agsm}
91 %\bibliographystyle{apa}
92 \bibliographystyle{plainnat}
76 \end{singlespace} 93 \end{singlespace}
77 \end{document} 94 \end{document}
78 95