summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex/examples/66-style-authortitle-ticomp.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-12-30 22:46:57 +0000
committerKarl Berry <karl@freefriends.org>2017-12-30 22:46:57 +0000
commite1d194f600eb3f74fdce457eb924b28296a3b4ee (patch)
treea618c89a2f03aecef15ac18013278aeb2ba75057 /Master/texmf-dist/doc/latex/biblatex/examples/66-style-authortitle-ticomp.tex
parent11bdb0dfe33ef90660946ca81611e48bab41cc05 (diff)
biblatex (30dec17)
git-svn-id: svn://tug.org/texlive/trunk@46173 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex/examples/66-style-authortitle-ticomp.tex')
-rw-r--r--Master/texmf-dist/doc/latex/biblatex/examples/66-style-authortitle-ticomp.tex42
1 files changed, 38 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/66-style-authortitle-ticomp.tex b/Master/texmf-dist/doc/latex/biblatex/examples/66-style-authortitle-ticomp.tex
index f0224b32578..9631793c783 100644
--- a/Master/texmf-dist/doc/latex/biblatex/examples/66-style-authortitle-ticomp.tex
+++ b/Master/texmf-dist/doc/latex/biblatex/examples/66-style-authortitle-ticomp.tex
@@ -27,10 +27,44 @@ This style essentially combines \texttt{authortitle-terse} and
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 as
+\begin{quote}
+Cicero, \emph{De natura deorum,} p.~12
+
+ibid.
+
+Worman, \emph{The Cast of Character,} p.~12
+
+ibid., p.~13
+\end{quote}
+%
+The 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}