diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex/examples/74-style-verbose-trad1.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex/examples/74-style-verbose-trad1.tex | 44 |
1 files changed, 39 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/74-style-verbose-trad1.tex b/Master/texmf-dist/doc/latex/biblatex/examples/74-style-verbose-trad1.tex index 62fd7b88934..d68dd92c237 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/74-style-verbose-trad1.tex +++ b/Master/texmf-dist/doc/latex/biblatex/examples/74-style-verbose-trad1.tex @@ -128,12 +128,46 @@ Here's an example of how this citation scheme works: The scholarly abbreviation \emph{ibidem} is sometimes taken to mean both `same author~+ same title' and `same author~+ same title~+ same page' in traditional citation schemes. By default, this is not the -case with this style because it may lead to ambiguous citations. If -you you prefer the wider interpretation of \emph{ibidem}, set the -package option \texttt{ibidpage=true} or simply \texttt{ibidpage} in -the preamble. The default setting is \texttt{ibidpage=false}. +case with this style because it may lead to ambiguous citations. +With \texttt{ibidpage=true} a page range postnote will be suppresse +in an \emph{ibidem} citation if the last citation was to the same +page range. With \texttt{ibidpage=false} the postnote is not omitted. +Citations to different page ranges than the previous always produce +the page ranges with either setting. +The default setting is \texttt{ibidpage=false}. + +Consider the following example citations +\begin{verbatim} +\cite[12]{cicero} +\cite[12]{cicero} +\cite[12]{worman} +\cite[13]{worman} +\end{verbatim} +% +If \texttt{ibidpage} is set to \texttt{true}, the citations +come out -- shortened -- as +\begin{quote} +Cicero, \emph{De natura deorum,} p.~12 -\subsubsection*{The \texttt{strict} option} +ibid. + +Worman, \emph{The Cast of Character,} p.~12 + +ibid., p.~13 +\end{quote} +% +The shortened result for \texttt{ibidpage=false} is +\begin{quote} +Cicero, \emph{De natura deorum,} p.~12 + +ibid., p.~12 + +Worman, \emph{The Cast of Character,} p.~12 + +ibid., p.~13 +\end{quote} + +\subsubsection*{The \texttt{dashed} option} A case related to the definition of \emph{ibidem} is the scope of the \emph{ibidem} and \emph{idem} replacements. By default, this |