summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex/examples/94-labelprefix.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex/examples/94-labelprefix.tex')
-rw-r--r--Master/texmf-dist/doc/latex/biblatex/examples/94-labelprefix.tex31
1 files changed, 16 insertions, 15 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/94-labelprefix.tex b/Master/texmf-dist/doc/latex/biblatex/examples/94-labelprefix.tex
index 666c5f5f512..e8f025078cb 100644
--- a/Master/texmf-dist/doc/latex/biblatex/examples/94-labelprefix.tex
+++ b/Master/texmf-dist/doc/latex/biblatex/examples/94-labelprefix.tex
@@ -27,25 +27,26 @@ the last bibliography in which it appears. This can be overridden by
explicit assignment to particular refcontexts with the
\cmd{assignrefcontext*} macros.\\
-% refcontext=none/global//
+% refcontext=none/global//global/global
This is a publication by Aristotle:
-\cite{aristotle:anima} % comes from refcontext=none/global/R
+\cite{aristotle:anima} % comes from refcontext=none/global/R/global/global
These are not publications by Aristotle:
-\cite{yoon} % comes from default refcontext=none/global/Q due to \assignrefcontextentries
-\cite{worman} % comes from default refcontext=nty/global// and not from
- % nty/global/T in next refsection even though that is the
+\cite{yoon} % comes from default refcontext=none/global/Q/global/global due
+ % to \assignrefcontextentries
+\cite{worman} % comes from default refcontext=nty/global//global/global and not from
+ % nty/global/T/global/global in next refsection even though that is the
% last printed bib/biblist with worman in it. This is because
% refcontext defaults are local to refcontexts
-\cite{piccato} % comes from refcontext=none/global/Q due to \assignrefcontextcats
-\cite{nussbaum} % comes from refcontext=none/global/S due to \assignrefcontextkeyws*
+\cite{piccato} % comes from refcontext=none/global/Q/global/global due to \assignrefcontextcats
+\cite{nussbaum} % comes from refcontext=none/global/S/global/global due to \assignrefcontextkeyws*
This is another publication by Aristotle:
-\cite{aristotle:physics} % comes from refcontext=none/global/R
+\cite{aristotle:physics} % comes from refcontext=none/global/R/global/global
\begin{refcontext}{rcone}
-% refcontext=none/global/R
+% refcontext=none/global/R/global/global
\printbibliography[keyword=primary, title={Aristotle Publications}]
% aristotle:anima and aristotle:physics default refcontext is this one
\end{refcontext}
@@ -54,30 +55,30 @@ This is another publication by Aristotle:
% Note here that the optional argument to \newrefcontext overrides the
% value set with the named refcontext
\newrefcontext[labelprefix=S]{rctwo}
-% refcontext=none/global/S
+% refcontext=none/global/S/global/global
\printbibliography[notkeyword=primary, title={Other publications}]
\endrefcontext
\begin{refcontext}[labelprefix=Q]
-% refcontext=none/global/Q
+% refcontext=none/global/Q/global/global
\printbibliography[filter=cats, title={Other publications}]
\end{refcontext}
\begin{refcontext}[sorting=nty]
-% refcontext=nty/global//
+% refcontext=nty/global//global/global
\printbibliography[resetnumbers, notkeyword=primary, title={More Other publications}]
% Nussbaum default refcontext is this one
% piccato default refcontext is this one
% yoon default refcontext is this one
% worman default refcontext is this one
-\cite{nussbaum} % comes from refcontext=nty/global// due to weak \assignrefcontextkeyws*
+\cite{nussbaum} % comes from refcontext=nty/global//global/global due to weak \assignrefcontextkeyws*
\end{refcontext}
\section*{New Refsection}
\newrefsection
-\cite{worman} % comes from default refcontext=nty/global/T
+\cite{worman} % comes from default refcontext=nty/global/T/global/global
\begin{refcontext}[labelprefix=T]{rcone}
-% refcontext=nty/global//
+% refcontext=nty/global//global/global
\printbibliography[resetnumbers, notkeyword=primary, title={More Other publications}]
\end{refcontext}