summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/example.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/example.tex')
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/example.tex9
1 files changed, 6 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/example.tex b/Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/example.tex
index c3a68ba5ec7..72680ae6e51 100644
--- a/Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/example.tex
+++ b/Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/example.tex
@@ -20,11 +20,14 @@
\cite{noauthor-norealauthor2}
-\printbibliography[sorting=nty,title={Default sorting (nty)}]
+\newrefcontext[sorting=nty]
+\printbibliography[title={Default sorting (nty)}]
-\printbibliography[sorting=realauthor,title={realauthor sorting}]
+\newrefcontext[sorting=realauthor]
+\printbibliography[title={realauthor sorting}]
-\printbibliography[sorting=anonymous+realauthor,title={anonymous+realauthor sorting}]
+\newrefcontext[sorting=anonymous+realauthor]
+\printbibliography[title={anonymous+realauthor sorting}]
\end{document}