summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex/examples/30-style-numeric.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex/examples/30-style-numeric.tex')
-rw-r--r--Master/texmf-dist/doc/latex/biblatex/examples/30-style-numeric.tex43
1 files changed, 24 insertions, 19 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/30-style-numeric.tex b/Master/texmf-dist/doc/latex/biblatex/examples/30-style-numeric.tex
index c673ffb250a..5051790f6e9 100644
--- a/Master/texmf-dist/doc/latex/biblatex/examples/30-style-numeric.tex
+++ b/Master/texmf-dist/doc/latex/biblatex/examples/30-style-numeric.tex
@@ -20,23 +20,6 @@ This style prints numeric citations in square brackets. It is
similar to the standard bibliographic facilities provided by LaTeX
and to the \texttt{plain.bst} style of legacy BibTeX.
-\subsection*{Additional package options}
-
-\subsubsection*{The \texttt{subentry} option}
-
-The option \texttt{subentry} affects the handling of citations
-referring to members of a reference set. If this option is enabled,
-such citations get an extra letter which identifies the member
-(it is also printed in the bibliography):
-\cite{glashow,yoon,salam,aksin,companion}.
-
-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
-\cite{stdmodel,set,stdmodel,set,companion}.
-
-
\subsection*{\cmd{cite} examples}
\cite{companion}
@@ -48,8 +31,10 @@ come out as
\cite[see][59--63]{companion}
\subsection*{\cmd{parencite} examples}
-With the numeric style, \cmd{parencite} and \cmd{cite}
-behave the exactly the same.
+
+% With the numeric style, the \parencite command is similar to \cite
+% at first glance, but the placement of the prenote argument is
+% different.
This is just filler text \parencite{companion}.
@@ -89,6 +74,26 @@ This is just filler text \autocite{companion}.
\cite{companion,augustine,bertram,cotton,hammond,massa,murray}
+\subsection*{Reference sets}
+
+% Reference sets are cited like any other item:
+
+\cite{set,hammond,stdmodel,massa,murray}
+
+% Note that this style provides a package option called 'subentry'
+% which affects the handling of citations referring to members of
+% a reference set. If this option is enabled, such citations get an
+% extra letter which identifies the member (it is also printed in
+% the bibliography):
+
+\cite{glashow,yoon,salam,aksin}
+
+% Note that this options is disabled by default but has been enabled
+% in this example. If disabled, citations referring to a set member
+% will point to the set, i.e., the above citations would be similar
+% to this one:
+
+\cite{set,stdmodel}
% The list of references