summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex/examples/10-references-per-section.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex/examples/10-references-per-section.tex')
-rw-r--r--Master/texmf-dist/doc/latex/biblatex/examples/10-references-per-section.tex9
1 files changed, 3 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/10-references-per-section.tex b/Master/texmf-dist/doc/latex/biblatex/examples/10-references-per-section.tex
index 27f84b3f245..53787cfc35f 100644
--- a/Master/texmf-dist/doc/latex/biblatex/examples/10-references-per-section.tex
+++ b/Master/texmf-dist/doc/latex/biblatex/examples/10-references-per-section.tex
@@ -25,9 +25,6 @@
\usepackage[style=numeric]{biblatex}
\usepackage{hyperref}
\bibliography{biblatex-examples}
-\defbibheading{bibliography}{%
- \section*{\refname}%
- \markboth{\MakeUppercase{\refname}}{\MakeUppercase{\refname}}}
\begin{document}
\chapter{Title of first chapter}
@@ -36,7 +33,7 @@ This is just filler text \parencite{massa}.
This is just filler text \parencite{augustine}.
This is just filler text \parencite{cotton}.
This is just filler text \parencite{hammond}.
-\printbibliography
+\printbibliography[heading=subbibliography]
\end{refsection}
\chapter{Title of second chapter}
@@ -45,7 +42,7 @@ This is just filler text \parencite{hammond}.
This is just filler text \parencite{massa}.
This is just filler text \parencite{cotton}.
This is just filler text \parencite{murray}.
-\printbibliography
+\printbibliography[heading=subbibliography]
\end{refsection}
\chapter{Title of third chapter}
@@ -54,7 +51,7 @@ This is just filler text \parencite{murray}.
This is just filler text \parencite{augustine}.
This is just filler text \parencite{cotton}.
This is just filler text \parencite{bertram}.
-\printbibliography
+\printbibliography[heading=subbibliography]
\end{refsection}
\end{document}