diff thesis/thesis.tex @ 426:435b5e22d72a

more scaffolding -- got minimal bibliography to work
author Robert McIntyre <rlm@mit.edu>
date Fri, 21 Mar 2014 15:28:45 -0400
parents efba8526a662
children
line wrap: on
line diff
     1.1 --- a/thesis/thesis.tex	Fri Mar 21 02:48:23 2014 -0400
     1.2 +++ b/thesis/thesis.tex	Fri Mar 21 15:28:45 2014 -0400
     1.3 @@ -68,8 +68,11 @@
     1.4  \pagestyle{plain}
     1.5  \include{contents}
     1.6  \include{cortex}
     1.7 -\include{chap2}
     1.8 +%\include{chap2}
     1.9  \appendix
    1.10 -\include{biblio}
    1.11 +\begin{singlespace}
    1.12 +\bibliography{cortex}
    1.13 +\bibliographystyle{plain}
    1.14 +\end{singlespace}
    1.15  \end{document}
    1.16