diff 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
line wrap: on
line diff
     1.1 --- a/thesis/rlm-cortex-meng.tex	Sat Mar 22 16:10:34 2014 -0400
     1.2 +++ b/thesis/rlm-cortex-meng.tex	Sat Mar 22 23:31:07 2014 -0400
     1.3 @@ -41,10 +41,22 @@
     1.4  \usepackage{wasysym}
     1.5  \usepackage{amssymb}
     1.6  \usepackage{hyperref}
     1.7 -\usepackage{natbib}
     1.8 +%\usepackage{natbib}
     1.9  \usepackage{libertine}
    1.10  \usepackage{inconsolata}
    1.11  
    1.12 +\usepackage[backend=bibtex,style=alphabetic]{biblatex}
    1.13 +\addbibresource{cortex.bib}
    1.14 +
    1.15 +\usepackage{xcolor}
    1.16 +\definecolor{dark-red}{rgb}{0.4,0.15,0.15}
    1.17 +\definecolor{dark-blue}{rgb}{0.15,0.4,0.15}
    1.18 +\definecolor{medium-blue}{rgb}{0,0,0.5}
    1.19 +\hypersetup{
    1.20 +    colorlinks, linkcolor={dark-red},
    1.21 +    citecolor={dark-blue}, urlcolor={medium-blue}
    1.22 +}
    1.23 +
    1.24  \renewcommand{\thesection}{\arabic{section}}
    1.25  
    1.26  %%%%% better source code display
    1.27 @@ -86,10 +98,11 @@
    1.28  %\include{chap2}
    1.29  \appendix
    1.30  \begin{singlespace}
    1.31 -\bibliography{cortex}
    1.32  %\bibliographystyle{agsm}
    1.33  %\bibliographystyle{apa}
    1.34 -\bibliographystyle{plainnat}
    1.35 +%\bibliographystyle{plainnat}
    1.36 +
    1.37 +\printbibliography
    1.38  \end{singlespace}
    1.39  \end{document}
    1.40