comparison thesis/rlm-cortex-meng.tex @ 431:7410f0d8011c

fix hyperlinks and bibliography.
author Robert McIntyre <rlm@mit.edu>
date Sat, 22 Mar 2014 23:31:07 -0400
parents b5d0f0adf19f
children 1e5ea711857d
comparison
equal deleted inserted replaced
430:5205535237fb 431:7410f0d8011c
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} 44 %\usepackage{natbib}
45 \usepackage{libertine} 45 \usepackage{libertine}
46 \usepackage{inconsolata} 46 \usepackage{inconsolata}
47
48 \usepackage[backend=bibtex,style=alphabetic]{biblatex}
49 \addbibresource{cortex.bib}
50
51 \usepackage{xcolor}
52 \definecolor{dark-red}{rgb}{0.4,0.15,0.15}
53 \definecolor{dark-blue}{rgb}{0.15,0.4,0.15}
54 \definecolor{medium-blue}{rgb}{0,0,0.5}
55 \hypersetup{
56 colorlinks, linkcolor={dark-red},
57 citecolor={dark-blue}, urlcolor={medium-blue}
58 }
47 59
48 \renewcommand{\thesection}{\arabic{section}} 60 \renewcommand{\thesection}{\arabic{section}}
49 61
50 %%%%% better source code display 62 %%%%% better source code display
51 \usepackage{minted} 63 \usepackage{minted}
84 \include{cortex} 96 \include{cortex}
85 \nocite{*} 97 \nocite{*}
86 %\include{chap2} 98 %\include{chap2}
87 \appendix 99 \appendix
88 \begin{singlespace} 100 \begin{singlespace}
89 \bibliography{cortex}
90 %\bibliographystyle{agsm} 101 %\bibliographystyle{agsm}
91 %\bibliographystyle{apa} 102 %\bibliographystyle{apa}
92 \bibliographystyle{plainnat} 103 %\bibliographystyle{plainnat}
104
105 \printbibliography
93 \end{singlespace} 106 \end{singlespace}
94 \end{document} 107 \end{document}
95 108