aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorNathan Gass <gass@search.ch>2010-12-15 13:50:21 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2010-12-15 10:21:56 -0800
commita312d2a8aec49343ec9e8353098a2142a7c7851f (patch)
treec41a3048f868677830111381b532acd7cea4abcc /tests
parent8f60176511d006cc1c9fb8146f4e38cb9b760dc6 (diff)
downloadpandoc-a312d2a8aec49343ec9e8353098a2142a7c7851f.tar.gz
Use top-level header at end as bibliography title for natbib and biblatex output.
Diffstat (limited to 'tests')
-rw-r--r--tests/biblatex-citations.latex3
-rw-r--r--tests/natbib-citations.latex2
2 files changed, 2 insertions, 3 deletions
diff --git a/tests/biblatex-citations.latex b/tests/biblatex-citations.latex
index 05fe00f48..7ac680fa4 100644
--- a/tests/biblatex-citations.latex
+++ b/tests/biblatex-citations.latex
@@ -64,7 +64,6 @@ a locator \autocite*[p.~44]{item2}.}
With some markup \autocite[\emph{see}][p. \textbf{32}]{item1}.
\end{itemize}
-\section{References}
-\printbibliography
+\printbibliography[title=References]
\end{document}
diff --git a/tests/natbib-citations.latex b/tests/natbib-citations.latex
index 00787584e..373ccc2e6 100644
--- a/tests/natbib-citations.latex
+++ b/tests/natbib-citations.latex
@@ -66,7 +66,7 @@ with a locator \citeyearpar[p.~44]{item2}.}
With some markup \citep[\emph{see}][p. \textbf{32}]{item1}.
\end{itemize}
-\section{References}
+\renewcommand\refname{References}
\bibliography{biblio}
\end{document}