summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex/examples/19-alphabetic-prefixed.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex/examples/19-alphabetic-prefixed.tex')
-rw-r--r--Master/texmf-dist/doc/latex/biblatex/examples/19-alphabetic-prefixed.tex16
1 files changed, 9 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/19-alphabetic-prefixed.tex b/Master/texmf-dist/doc/latex/biblatex/examples/19-alphabetic-prefixed.tex
index 2b130c7fe74..f670a33eb43 100644
--- a/Master/texmf-dist/doc/latex/biblatex/examples/19-alphabetic-prefixed.tex
+++ b/Master/texmf-dist/doc/latex/biblatex/examples/19-alphabetic-prefixed.tex
@@ -32,14 +32,16 @@
\printbibheading
% And now the sub-bibliographies: we use three of them (based on the
-% entry type). Each sub-bibliography assigns a different prefix. The
-% option is called 'prefixnumbers' because it was originally intended
-% for numeric citations only. It also works with alphabetic labels:
-\printbibliography[heading=subbibliography,title={Articles},type=article,prefixnumbers={A-}]
-\printbibliography[heading=subbibliography,title={Books},type=book,prefixnumbers={B-}]
-\printbibliography[heading=subbibliography,title={Collections},type=collection,prefixnumbers={C-}]
+% entry type). Each sub-bibliography assigns a different prefix.
+\newrefcontext[labelprefix={A-}]
+\printbibliography[heading=subbibliography,title={Articles},type=article]
+\newrefcontext[labelprefix={B-}]
+\printbibliography[heading=subbibliography,title={Books},type=book]
+\newrefcontext[labelprefix={C-}]
+\printbibliography[heading=subbibliography,title={Collections},type=collection]
% The catch-all sub-bibliography for all remaining types:
-\printbibliography[heading=subbibliography,title={Other Sources},filter=other,prefixnumbers={O-}]
+\newrefcontext[labelprefix={O-}]
+\printbibliography[heading=subbibliography,title={Other Sources},filter=other]
\end{document}