summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/biblatex/doc/examples/31-style-numeric-comp.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/biblatex/doc/examples/31-style-numeric-comp.tex')
-rw-r--r--macros/latex/contrib/biblatex/doc/examples/31-style-numeric-comp.tex24
1 files changed, 24 insertions, 0 deletions
diff --git a/macros/latex/contrib/biblatex/doc/examples/31-style-numeric-comp.tex b/macros/latex/contrib/biblatex/doc/examples/31-style-numeric-comp.tex
index 95ac00b5b1..9838f21867 100644
--- a/macros/latex/contrib/biblatex/doc/examples/31-style-numeric-comp.tex
+++ b/macros/latex/contrib/biblatex/doc/examples/31-style-numeric-comp.tex
@@ -36,7 +36,31 @@ This option is disabled by default, but it has been enabled
in this example. If disabled, citations referring to a set member
will point to the entire set, i.e., the above citations would
come out as
+\begingroup\boolfalse{bbx:subentry}% don't try this at home
\cite{stdmodel,set,stdmodel,set,companion}.
+\endgroup
+
+\subsection*{The \texttt{subentrycomp} option}
+
+The option \texttt{subentrycomp} controls whether or not citations
+to subentries of the same sets are compressed as well.
+It only becomes relevant if \texttt{subentry} is set to \texttt{true},
+with \texttt{subentry=false} it has no effect.
+If \texttt{subentrycomp} is enabled,
+subentries that belong to the same
+set are shown in a more compact form:
+\cite{glashow,herrmann,aksin,yoon,salam,companion}.
+
+If the option is disabled, subentries of sets are shown as in
+the \texttt{numeric} style:
+\begingroup\togglefalse{cbx:subentrycomp}% don't try this at home
+\cite{glashow,herrmann,aksin,yoon,salam,companion}.
+\endgroup
+
+This option is implemented for backwards compatibility,
+earlier versions of \texttt{biblatex} behaved like
+\texttt{subentrycomp=false}, current versions have
+\texttt{subentrycomp=true} enabled.
\subsection*{Multiple citations}