Skip to content

Commit 8e120f9

Browse files
committed
Fix another typo (plk#1342)
1 parent 8c0c58b commit 8e120f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/latex/biblatex/biblatex.tex

+2-2
Original file line numberDiff line numberDiff line change
@@ -11800,13 +11800,13 @@ \subsection{Localization Strings}
1180011800

1180111801
Defines the bibliography string format for \prm{setname}. The format works exactly like an additional \prm{wrapper} format for \cmd{bibstring}. \prm{code} is executed whenever a bibliography string of \prm{setname} is printed. The text of the bibliography string is passed to \prm{code} as first and only argument.
1180211802

11803-
\cmditem{UneclareBibstringSetFormat}{setname}
11803+
\cmditem{UndeclareBibstringSetFormat}{setname}
1180411804

1180511805
Remove any bibliography string set format defined for \prm{setname}.
1180611806

1180711807
\end{ltxsyntax}
1180811808

11809-
Bibliography string sets can be useful to apply additional formatting to a number of bibliography strings at the same time. These commands are intended for use in language modules. For example in French typography it is customary to italicise Latin terms. The French language module can define a new bibliography string set called \texttt{latin} for all Latin strings and apply additional formatting only to these strings. It is not recommended to apply the formatting dierctly in the bibliography string definitions, since that can interfere with the capitalisation function. Assuming that the French language \texttt{.lbx} file only defines two Latin strings, \texttt{andothers} and \texttt{ibidem}, the \texttt{.lbx} file would contain.
11809+
Bibliography string sets can be useful to apply additional formatting to a number of bibliography strings at the same time. These commands are intended for use in language modules. For example in French typography it is customary to italicise Latin terms. The French language module can define a new bibliography string set called \texttt{latin} for all Latin strings and apply additional formatting only to these strings. It is not recommended to apply the formatting directly in the bibliography string definitions, since that can interfere with the capitalisation function. Assuming that the French language \texttt{.lbx} file only defines two Latin strings, \texttt{andothers} and \texttt{ibidem}, the \texttt{.lbx} file would contain the following.
1181011810

1181111811
\begin{ltxexample}[escapeinside={(*@}{@*)}]
1181211812
\DeclareBibliographyExtras{%

0 commit comments

Comments
 (0)