changeset 544:431e6aedf67d

change citation style and headers.
author Robert McIntyre <rlm@mit.edu>
date Mon, 28 Apr 2014 01:06:03 -0400
parents d8f06a80d3ab
children b2c66ea58c39
files thesis/rlm-cortex-meng.tex
diffstat 1 files changed, 10 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
     1.1 --- a/thesis/rlm-cortex-meng.tex	Sun Apr 27 22:45:20 2014 -0400
     1.2 +++ b/thesis/rlm-cortex-meng.tex	Mon Apr 28 01:06:03 2014 -0400
     1.3 @@ -44,7 +44,7 @@
     1.4  \usepackage{marvosym}
     1.5  \usepackage{wasysym}
     1.6  \usepackage{amssymb}
     1.7 -\usepackage{hyperref}
     1.8 +
     1.9  \usepackage{libertine}
    1.10  \usepackage{inconsolata}
    1.11  \usepackage{rotating}
    1.12 @@ -52,9 +52,11 @@
    1.13  \usepackage{xcolor}
    1.14  \usepackage{minted}    
    1.15  \usepackage{fancyhdr}
    1.16 -\fancyhead[RO,LE]{\bfseries The performance of new graduates}
    1.17 +\usepackage{hyperref}
    1.18 +\fancyhead[RO,LE]{\bfseries \nouppercase{\rightmark}}
    1.19 +\renewcommand{\subsectionmark}[1]{\markright{#1}}
    1.20  
    1.21 -\usepackage[backend=bibtex,style=alphabetic]{biblatex}
    1.22 +\usepackage[backend=bibtex,style=authoryear]{biblatex}
    1.23  %\usepackage[section]{placeins}
    1.24  \usepackage[section,subsection]{extraplaceins}
    1.25  %\floatsetup[listing]{style=Plaintop}    
    1.26 @@ -120,15 +122,19 @@
    1.27  
    1.28  % The thesis!
    1.29  \pagestyle{plain}
    1.30 +
    1.31  \begin{document}
    1.32  \include{cover}
    1.33 -\pagestyle{plain}
    1.34 +
    1.35 +%\pagestyle{plain}
    1.36  \tableofcontents
    1.37  %\newpage
    1.38  %\listoffigures
    1.39  %\newpage
    1.40  %\listoftables
    1.41 +\pagestyle{fancy}
    1.42  \include{cortex}
    1.43 +\pagestyle{plain}
    1.44  \nocite{*}
    1.45  \begin{singlespace}
    1.46  \printbibliography