diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-sbl/biblatex-sbl-ibid.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-sbl/biblatex-sbl-ibid.tex | 42 |
1 files changed, 20 insertions, 22 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-sbl/biblatex-sbl-ibid.tex b/Master/texmf-dist/doc/latex/biblatex-sbl/biblatex-sbl-ibid.tex index d9d507d7695..c4bab6ab13a 100644 --- a/Master/texmf-dist/doc/latex/biblatex-sbl/biblatex-sbl-ibid.tex +++ b/Master/texmf-dist/doc/latex/biblatex-sbl/biblatex-sbl-ibid.tex @@ -9,7 +9,7 @@ \usepackage{imakeidx} \makeindex[title=Author Index,intoc] \usepackage{hyperref} -\usepackage[style=sbl,indexing=cite,ibidtracker=constrict,pagetracker,backend=biber]{biblatex} +\usepackage[style=sbl,indexing=cite]{biblatex} \addbibresource{biblatex-sbl.bib} \setmonofont{DejaVu Sans Mono}[Scale=MatchLowercase] @@ -147,17 +147,14 @@ This file tests the behaviour of the various options related to using \emph{ibidem} and \emph{idem} in Biblatex-SBL. -\section*{Basic \emph{ibidem} tracking} +\section*{Default \emph{ibidem} tracking} -Turn on \emph{ibidem} using the \texttt{ibidtracker} option. By default -ibid.\@ is used across page breaks and \emph{ibidem} is taking to mean ‘same -author + same title’. See \texttt{biblatex-sbl.pdf} for a description of the -options \texttt{ibidtracker} can take. - -\boolfalse{pagetracker} +By default ibid.\@ is not used across page breaks and \emph{ibidem} is taken +to mean ‘same author + same title’. See \texttt{biblatex-sbl.pdf} for a +description of the options \texttt{ibidtracker} can take. \begin{biboutput} - \samplemacro{\textbackslash usepackage[style=sbl,ibidtracker=constrict,backend=biber]\{biblatex\}} + \samplemacro{\textbackslash usepackage[style=sbl]\{biblatex\}} \samplecite{1}[127]{talbert:1992} \samplecite{2}[22]{talbert:1992} \samplecite{3}[22]{talbert:1992} @@ -168,15 +165,17 @@ options \texttt{ibidtracker} can take. \samplecite{6}[22]{talbert:1992} \end{biboutput} -\section*{Tracking \emph{ibidem} across pages} +\section*{Not tracking \emph{ibidem} across pages} + +\boolfalse{pagetracker} -Set the \texttt{pagetracker} option to \texttt{true} to ensure that the first -citation on a page is never ibid. +Set the \texttt{pagetracker} option to \texttt{false} to allow that the first +citation on a page to be ibid. -\booltrue{pagetracker} +\boolfalse{pagetracker} \begin{biboutput} - \samplemacro{\textbackslash usepackage[style=sbl,ibidtracker=constrict,pagetracker,backend=biber]\{biblatex\}} + \samplemacro{\textbackslash usepackage[style=sbl,pagetracker=false]\{biblatex\}} \samplecite{7}[53]{scott+etal:1993} \samplecite{8}[42]{scott+etal:1993} \samplemacro{\textbackslash clearpage} @@ -186,7 +185,7 @@ citation on a page is never ibid. \section*{\emph{Ibidem} meaning ‘same author + same title + same page’} -Turn on the \texttt{ibidpage} option to indicate that \emph{ibidmen} should +Turn on the \texttt{ibidpage} option to indicate that \emph{ibidem} should mean ‘same author + same title + same page’. \makeatletter @@ -196,20 +195,20 @@ mean ‘same author + same title + same page’. \makeatother \begin{biboutput} - \samplemacro{\textbackslash usepackage[style=sbl,ibidtracker=constrict,ibidpage,backend=biber]\{biblatex\}} + \samplemacro{\textbackslash usepackage[style=sbl,ibidpage]\{biblatex\}} \samplecite{10}[28]{egger:1996} \samplecite{11}[28]{egger:1996} \samplecite{12}[291]{egger:1996} \end{biboutput} -\section*{\emph{Idem} tracking} +\section*{Default \emph{idem} tracking} -Turn on \emph{idem} using the \texttt{idemtracker} option. See -\texttt{biblatex-sbl.pdf} for a description of the options -\texttt{idemtracker} can take. +By default \emph{idem} is used. \emph{Idem} tracking is controlled using the +\texttt{idemtracker} option. See \texttt{biblatex-sbl.pdf} for a description +of the options \texttt{idemtracker} can take. \begin{biboutput} - \samplemacro{\textbackslash usepackage[style=sbl,idemtracker=constrict,backend=biber]\{biblatex\}} + \samplemacro{\textbackslash usepackage[style=sbl]\{biblatex\}} \makeatletter\blx@opt@idemtracker@constrict\makeatother \samplemacro{\textbackslash autocites[35]\{vanseters:1997\}\{vanseters:1995\}} \color{biblatex-colour} @@ -223,7 +222,6 @@ Turn on \emph{idem} using the \texttt{idemtracker} option. See \color{black} \end{biboutput} - \printbibliography \printindex |