diff options
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.tex | 24 |
1 files changed, 24 insertions, 0 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 add935eb6c0..8b15dfeb341 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 @@ -41,6 +41,30 @@ option \texttt{dashed}. Setting \texttt{dashed=false} in the preamble will disable this feature. The default setting is \texttt{dashed=true}. +\subsubsection*{The \texttt{mergedate} option} + +The \texttt{mergedate} option controls whether or not date +specifications are merged with the date label which is printed after +the author in the bibliography. For example, while +\texttt{mergedate=false} outputs: + +\begin{quote} +Doe, John (2008a). \enquote{Article}. In: \emph{Journal} 23.5 (May +2008), pp.~5--24. +\end{quote} +% +\texttt{mergedate=true} will print: + +\begin{quote} +Doe, John (May 2008a). \enquote{Article}. In: \emph{Journal} 23.5, +pp.~15--34. +\end{quote} +% +The default setting is \texttt{mergedate=true}. Note that this +options only affects the bibliography. Citations never include full +dates anyway. In this example, the citation will be \enquote{Doe +2008a} in both cases. + \subsection*{Hints} If you want terms such as \emph{ibidem} to be printed in italics, |