summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex/examples/53-style-authoryear-icomp.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex/examples/53-style-authoryear-icomp.tex')
-rw-r--r--Master/texmf-dist/doc/latex/biblatex/examples/53-style-authoryear-icomp.tex42
1 files changed, 38 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/53-style-authoryear-icomp.tex b/Master/texmf-dist/doc/latex/biblatex/examples/53-style-authoryear-icomp.tex
index 4499b8e4e42..aec7d8264cf 100644
--- a/Master/texmf-dist/doc/latex/biblatex/examples/53-style-authoryear-icomp.tex
+++ b/Master/texmf-dist/doc/latex/biblatex/examples/53-style-authoryear-icomp.tex
@@ -32,10 +32,44 @@ intended for citations given in footnotes.
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[378]{sigfridsson}
+\cite[378]{sigfridsson}
+\cite[12]{worman}
+\cite[13]{worman}
+\end{verbatim}
+%
+If \texttt{ibidpage} is set to \texttt{true}, the citations
+come out as
+\begin{quote}
+Sigfridsson and Ryde 1998, p.~378
+
+ibid.
+
+Worman 2002, p.~12
+
+ibid., p.~13
+\end{quote}
+%
+The result for \texttt{ibidpage=false} is
+\begin{quote}
+Sigfridsson and Ryde 1998, p.~378
+
+ibid., p.~378
+
+Worman 2002, p.~12
+
+ibid., p.~13
+\end{quote}
\subsubsection*{The \texttt{dashed} option}