Skip to content

Commit

Permalink
Correct setup typo (serup) (plk#493)
Browse files Browse the repository at this point in the history
  • Loading branch information
moewew committed May 8, 2020
1 parent 0b4165a commit 6966ea5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions doc/latex/biblatex/biblatex.tex
Expand Up @@ -6280,8 +6280,7 @@ \subsubsection{Split Bibliographies and Citation Labels}
\end{document}
\end{ltxexample}

There are pathological cases where neither \texttt{defernumbers=true} nor \texttt{defernumbers=false} produce fully desirable output. In particular if entries can end up in several of the split bibliographies---or if there is an additional global bibliography. But in most cases with non-overlapping split bibliographies \texttt{defernumbers=true} produces better results.
\sty{biblatex} will therefore suggest setting \opt{defernumbers} to \opt{true} in a warning when a split bibliography serup is detected. The warning can be suppressed in case setting \opt{defernumbers} to \opt{true} is not desirable.
There are pathological cases where neither \texttt{defernumbers=true} nor \texttt{defernumbers=false} produce fully desirable output. This may be the case when entries can end up in several of the split bibliographies---or if there is an additional global bibliography. But in most cases with non-overlapping split bibliographies \texttt{defernumbers=true} produces better results. \sty{biblatex} will therefore suggest setting \opt{defernumbers} to \opt{true} in a warning when a split bibliography setup is detected. That warning can be suppressed in case setting \opt{defernumbers} to \opt{true} is not desirable.

\subsubsection{Active Characters in Bibliography Headings}
\label{use:cav:act}
Expand Down Expand Up @@ -7458,7 +7457,7 @@ \subsubsection{Citation Style Files}
\item[l] The punctuation mark is moved to the left of the citation and thus appears before it.
\item[f] Like \opt{r} in footnotes and like \opt{l} otherwise.
\item[c] Pass the punctuation on to the internal implementation of the citation commands. It will then be executed within the \prm{wrapper} command if given.
\item[o] Retain the default set-up of \opt{c} for citation defined commands without \prm{wrapper} command and \opt{l} for citation commands defined with a \prm{wrapper} command.
\item[o] Retain the default setup of \opt{c} for citation defined commands without \prm{wrapper} command and \opt{l} for citation commands defined with a \prm{wrapper} command.
\item[d] Drop the explicit punctuation mark. It will only be available as the field \bibfield{postpunct}.
\end{valuelist}
%
Expand Down
2 changes: 1 addition & 1 deletion tex/latex/biblatex/biblatex.sty
Expand Up @@ -9860,7 +9860,7 @@
{\ifundef\blx@printbibchecks@suppresswarn
{\blx@warning@noline{%
Split bibliography detected.\MessageBreak
Many simple split bibliography set-ups with\MessageBreak
Many simple split bibliography setups with\MessageBreak
non-overlapping bibliographies benefit from%
\MessageBreak
setting 'defernumbers=true'.\MessageBreak
Expand Down

0 comments on commit 6966ea5

Please sign in to comment.