Skip to content

Commit

Permalink
Merge pull request #637 from moewew/mrgdoc
Browse files Browse the repository at this point in the history
Clarify mergedate further (#520)
  • Loading branch information
plk authored Oct 28, 2017
2 parents f389e97 + 0487705 commit fa49a2a
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 48 deletions.
23 changes: 11 additions & 12 deletions doc/latex/biblatex/examples/50-style-authoryear.tex
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ \subsubsection*{The \texttt{mergedate} option}
Since this style prints the date label after the author/editor in the
bibliography, there are effectively two dates in the bibliography:
the full date specification (e.g., \enquote{2001}, \enquote{June
2006}, \enquote{5th~Jan. 2008}, the format is controlled by the
2006}, \enquote{5th~Jan. 2008}, whose format is controlled by the
\texttt{date} option) and the date label (e.g., \enquote{2006a},
the format is controlled with the \texttt{labeldate} option),
whose format is controlled with the \texttt{labeldate} option),
as found in citations. The \texttt{mergedate} option controls whether
or not date specifications are merged with the date label.
This option is best explained by example. Note that
it only affects the bibliography. Citations use the date label only:
it only affects the bibliography. Citations use the date label only.

\begin{bibsample}
\item Doe 2000
Expand All @@ -71,10 +71,8 @@ \subsubsection*{The \texttt{mergedate} option}
\item Doe, John (2017). \emph{Webpage}. 7th Aug. 2017.
\end{bibsample}

\texttt{mergedate=minimum} merges the dates whenever the full date
and the date label are exactly the same string. If the date is a bare
year number and there is no \texttt{extrayear} field, the date
specification will be omitted:
\texttt{mergedate=minimum} omits the date whenever the full date
and the date label have exactly the same precision.

\begin{bibsample}
\item Doe, John (2000). \emph{Book~1}. Location: Publisher.
Expand All @@ -88,8 +86,8 @@ \subsubsection*{The \texttt{mergedate} option}
\end{bibsample}

\texttt{mergedate=basic} is similar in concept but more economical.
It will always omit the date specification if the date is a bare year
number:
It will also omit the date if it differs from the date label only by
\texttt{extrayear}.

\begin{bibsample}
\item Doe, John (2000). \emph{Book~1}. Location: Publisher.
Expand All @@ -104,7 +102,8 @@ \subsubsection*{The \texttt{mergedate} option}

\texttt{mergedate=compact} merges all date specifications with the
date labels. The merged date is printed in \texttt{date} format,
not \texttt{labeldate}. The \texttt{issue} field is still treated specially:
not \texttt{labeldate}, even if it is printed in the position of
the date label. The \texttt{issue} field is still treated specially:

\begin{bibsample}
\item Doe, John (2000). \emph{Book~1}. Location: Publisher.
Expand All @@ -117,8 +116,8 @@ \subsubsection*{The \texttt{mergedate} option}
\end{bibsample}

\texttt{mergedate=maximum} strives for maximum compactness.
The merged date is printed in \texttt{date} format, not
\texttt{labeldate}.
Like \texttt{mergedate=compact} this option merges the date
into the date label.
Even the \texttt{issue} field is merged with the date label:

\begin{bibsample}
Expand Down
23 changes: 11 additions & 12 deletions doc/latex/biblatex/examples/51-style-authoryear-ibid.tex
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ \subsubsection*{The \texttt{mergedate} option}
Since this style prints the date label after the author/editor in the
bibliography, there are effectively two dates in the bibliography:
the full date specification (e.g., \enquote{2001}, \enquote{June
2006}, \enquote{5th~Jan. 2008}, the format is controlled by the
2006}, \enquote{5th~Jan. 2008}, whose format is controlled by the
\texttt{date} option) and the date label (e.g., \enquote{2006a},
the format is controlled with the \texttt{labeldate} option),
whose format is controlled with the \texttt{labeldate} option),
as found in citations. The \texttt{mergedate} option controls whether
or not date specifications are merged with the date label.
This option is best explained by example. Note that
it only affects the bibliography. Citations use the date label only:
it only affects the bibliography. Citations use the date label only.

\begin{bibsample}
\item Doe 2000
Expand All @@ -85,10 +85,8 @@ \subsubsection*{The \texttt{mergedate} option}
\item Doe, John (2017). \emph{Webpage}. 7th Aug. 2017.
\end{bibsample}

\texttt{mergedate=minimum} merges the dates whenever the full date
and the date label are exactly the same string. If the date is a bare
year number and there is no \texttt{extrayear} field, the date
specification will be omitted:
\texttt{mergedate=minimum} omits the date whenever the full date
and the date label have exactly the same precision.

\begin{bibsample}
\item Doe, John (2000). \emph{Book~1}. Location: Publisher.
Expand All @@ -102,8 +100,8 @@ \subsubsection*{The \texttt{mergedate} option}
\end{bibsample}

\texttt{mergedate=basic} is similar in concept but more economical.
It will always omit the date specification if the date is a bare year
number:
It will also omit the date if it differs from the date label only by
\texttt{extrayear}.

\begin{bibsample}
\item Doe, John (2000). \emph{Book~1}. Location: Publisher.
Expand All @@ -118,7 +116,8 @@ \subsubsection*{The \texttt{mergedate} option}

\texttt{mergedate=compact} merges all date specifications with the
date labels. The merged date is printed in \texttt{date} format,
not \texttt{labeldate}. The \texttt{issue} field is still treated specially:
not \texttt{labeldate}, even if it is printed in the position of
the date label. The \texttt{issue} field is still treated specially:

\begin{bibsample}
\item Doe, John (2000). \emph{Book~1}. Location: Publisher.
Expand All @@ -131,8 +130,8 @@ \subsubsection*{The \texttt{mergedate} option}
\end{bibsample}

\texttt{mergedate=maximum} strives for maximum compactness.
The merged date is printed in \texttt{date} format, not
\texttt{labeldate}.
Like \texttt{mergedate=compact} this option merges the date
into the date label.
Even the \texttt{issue} field is merged with the date label:

\begin{bibsample}
Expand Down
23 changes: 11 additions & 12 deletions doc/latex/biblatex/examples/52-style-authoryear-comp.tex
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ \subsubsection*{The \texttt{mergedate} option}
Since this style prints the date label after the author/editor in the
bibliography, there are effectively two dates in the bibliography:
the full date specification (e.g., \enquote{2001}, \enquote{June
2006}, \enquote{5th~Jan. 2008}, the format is controlled by the
2006}, \enquote{5th~Jan. 2008}, whose format is controlled by the
\texttt{date} option) and the date label (e.g., \enquote{2006a},
the format is controlled with the \texttt{labeldate} option),
whose format is controlled with the \texttt{labeldate} option),
as found in citations. The \texttt{mergedate} option controls whether
or not date specifications are merged with the date label.
This option is best explained by example. Note that
it only affects the bibliography. Citations use the date label only:
it only affects the bibliography. Citations use the date label only.

\begin{bibsample}
\item Doe 2000
Expand All @@ -75,10 +75,8 @@ \subsubsection*{The \texttt{mergedate} option}
\item Doe, John (2017). \emph{Webpage}. 7th Aug. 2017.
\end{bibsample}

\texttt{mergedate=minimum} merges the dates whenever the full date
and the date label are exactly the same string. If the date is a bare
year number and there is no \texttt{extrayear} field, the date
specification will be omitted:
\texttt{mergedate=minimum} omits the date whenever the full date
and the date label have exactly the same precision.

\begin{bibsample}
\item Doe, John (2000). \emph{Book~1}. Location: Publisher.
Expand All @@ -92,8 +90,8 @@ \subsubsection*{The \texttt{mergedate} option}
\end{bibsample}

\texttt{mergedate=basic} is similar in concept but more economical.
It will always omit the date specification if the date is a bare year
number:
It will also omit the date if it differs from the date label only by
\texttt{extrayear}.

\begin{bibsample}
\item Doe, John (2000). \emph{Book~1}. Location: Publisher.
Expand All @@ -108,7 +106,8 @@ \subsubsection*{The \texttt{mergedate} option}

\texttt{mergedate=compact} merges all date specifications with the
date labels. The merged date is printed in \texttt{date} format,
not \texttt{labeldate}. The \texttt{issue} field is still treated specially:
not \texttt{labeldate}, even if it is printed in the position of
the date label. The \texttt{issue} field is still treated specially:

\begin{bibsample}
\item Doe, John (2000). \emph{Book~1}. Location: Publisher.
Expand All @@ -121,8 +120,8 @@ \subsubsection*{The \texttt{mergedate} option}
\end{bibsample}

\texttt{mergedate=maximum} strives for maximum compactness.
The merged date is printed in \texttt{date} format, not
\texttt{labeldate}.
Like \texttt{mergedate=compact} this option merges the date
into the date label.
Even the \texttt{issue} field is merged with the date label:

\begin{bibsample}
Expand Down
23 changes: 11 additions & 12 deletions doc/latex/biblatex/examples/53-style-authoryear-icomp.tex
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ \subsubsection*{The \texttt{mergedate} option}
Since this style prints the date label after the author/editor in the
bibliography, there are effectively two dates in the bibliography:
the full date specification (e.g., \enquote{2001}, \enquote{June
2006}, \enquote{5th~Jan. 2008}, the format is controlled by the
2006}, \enquote{5th~Jan. 2008}, whose format is controlled by the
\texttt{date} option) and the date label (e.g., \enquote{2006a},
the format is controlled with the \texttt{labeldate} option),
whose format is controlled with the \texttt{labeldate} option),
as found in citations. The \texttt{mergedate} option controls whether
or not date specifications are merged with the date label.
This option is best explained by example. Note that
it only affects the bibliography. Citations use the date label only:
it only affects the bibliography. Citations use the date label only.

\begin{bibsample}
\item Doe 2000
Expand All @@ -83,10 +83,8 @@ \subsubsection*{The \texttt{mergedate} option}
\item Doe, John (2017). \emph{Webpage}. 7th Aug. 2017.
\end{bibsample}

\texttt{mergedate=minimum} merges the dates whenever the full date
and the date label are exactly the same string. If the date is a bare
year number and there is no \texttt{extrayear} field, the date
specification will be omitted:
\texttt{mergedate=minimum} omits the date whenever the full date
and the date label have exactly the same precision.

\begin{bibsample}
\item Doe, John (2000). \emph{Book~1}. Location: Publisher.
Expand All @@ -100,8 +98,8 @@ \subsubsection*{The \texttt{mergedate} option}
\end{bibsample}

\texttt{mergedate=basic} is similar in concept but more economical.
It will always omit the date specification if the date is a bare year
number:
It will also omit the date if it differs from the date label only by
\texttt{extrayear}.

\begin{bibsample}
\item Doe, John (2000). \emph{Book~1}. Location: Publisher.
Expand All @@ -116,7 +114,8 @@ \subsubsection*{The \texttt{mergedate} option}

\texttt{mergedate=compact} merges all date specifications with the
date labels. The merged date is printed in \texttt{date} format,
not \texttt{labeldate}. The \texttt{issue} field is still treated specially:
not \texttt{labeldate}, even if it is printed in the position of
the date label. The \texttt{issue} field is still treated specially:

\begin{bibsample}
\item Doe, John (2000). \emph{Book~1}. Location: Publisher.
Expand All @@ -129,8 +128,8 @@ \subsubsection*{The \texttt{mergedate} option}
\end{bibsample}

\texttt{mergedate=maximum} strives for maximum compactness.
The merged date is printed in \texttt{date} format, not
\texttt{labeldate}.
Like \texttt{mergedate=compact} this option merges the date
into the date label.
Even the \texttt{issue} field is merged with the date label:

\begin{bibsample}
Expand Down

0 comments on commit fa49a2a

Please # to comment.