summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex/examples/19-alphabetic-prefixed.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-05-16 20:26:50 +0000
committerKarl Berry <karl@freefriends.org>2016-05-16 20:26:50 +0000
commit99b61eb759c55661a05ac34b0661970d39ec555e (patch)
tree981a8c7f471e8fcab120012186ac8699a551ef88 /Master/texmf-dist/doc/latex/biblatex/examples/19-alphabetic-prefixed.tex
parent815e54f6a349937be9afb419f12989c0b9652ab3 (diff)
biblatex 3.4 (16may16)
git-svn-id: svn://tug.org/texlive/trunk@41192 c570f23f-e606-0410-a88d-b1316a301751
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}