added code to deal with utf8 bibliographies
[latex_mako] / paper_template / text.tex
index 21b74bf6a4d35817debdfe903bb30e1552d4043f..15813a985d9dbf65afb7035fa4f1b66316b21fe3 100644 (file)
@@ -79,7 +79,7 @@ fox jumps over the lazy dog \citep{989866}.
 % bibliography here
 \renewcommand{\bibsection}{\section{\bibname}\prebibhook}
 \baselineskip 14.2pt
 % bibliography here
 \renewcommand{\bibsection}{\section{\bibname}\prebibhook}
 \baselineskip 14.2pt
-\bibliography{refs}
+\bibliography{refs-processed}
 \bibliographystyle{chicago}
 
 \end{document}
 \bibliographystyle{chicago}
 
 \end{document}

Benjamin Mako Hill || Want to submit a patch?