summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/biblatex/doc
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-07-13 03:01:01 +0000
committerNorbert Preining <norbert@preining.info>2022-07-13 03:01:01 +0000
commitd6c082314db045e788a1bb06d0752edf054d4dee (patch)
treef17dfeeb9655199e6737f29b41e0a689f6ceab11 /macros/latex/contrib/biblatex/doc
parent4d0c22ee19d3a09c266eadd4daf7d5064aff1b06 (diff)
CTAN sync 202207130301
Diffstat (limited to 'macros/latex/contrib/biblatex/doc')
-rw-r--r--macros/latex/contrib/biblatex/doc/biblatex.pdfbin1639913 -> 1640031 bytes
-rw-r--r--macros/latex/contrib/biblatex/doc/biblatex.tex10
2 files changed, 7 insertions, 3 deletions
diff --git a/macros/latex/contrib/biblatex/doc/biblatex.pdf b/macros/latex/contrib/biblatex/doc/biblatex.pdf
index e9264025b9..a1f4b3d3c1 100644
--- a/macros/latex/contrib/biblatex/doc/biblatex.pdf
+++ b/macros/latex/contrib/biblatex/doc/biblatex.pdf
Binary files differ
diff --git a/macros/latex/contrib/biblatex/doc/biblatex.tex b/macros/latex/contrib/biblatex/doc/biblatex.tex
index 7cf466cc6e..67d334accd 100644
--- a/macros/latex/contrib/biblatex/doc/biblatex.tex
+++ b/macros/latex/contrib/biblatex/doc/biblatex.tex
@@ -68,7 +68,7 @@
url={\biblatexhome},
author={Philip Kime, Moritz Wemheuer, Philipp Lehman},
email={},
- revision={3.18a},
+ revision={3.18b},
date={\today}}
\hypersetup{%
@@ -8545,7 +8545,7 @@ For any entry with an \bibfield{author} field, try to set
}
\end{ltxexample}
%
-Here, we use multiple match/replace for the same field to regularise some inconstant name variants. Bear in mind that \cmd{step} processing within a \opt{map} element is sequential and so the changes from a previous \cmd{step}s are already committed. Note that we don't need the \cmd{regexp} macro to protect the regular expressions in this example as they contain no characters which need special escaping. Please note that due to the difficulty of protecting regular expressions in \LaTeX, there should be no literal spaces in the argument to \cmd{regexp}. Please use escape code equivalents if spaces are needed. For example, this example, if using \cmd{regexp}, should be:
+Here, we use multiple match/replace for the same field to regularise some inconstant name variants. Bear in mind that \cmd{step} processing within a \opt{map} element is sequential and so the changes from a previous \cmd{step}s are already committed. Note that we don't need the \cmd{regexp} macro to protect the regular expressions in this example as they contain no characters which need special escaping. Please note that due to the difficulty of protecting regular expressions in \latex, there should be no literal spaces in the argument to \cmd{regexp}. Please use escape code equivalents if spaces are needed. For example, this example, if using \cmd{regexp}, should be:
%
\begin{ltxexample}
\DeclareSourcemap{
@@ -14858,9 +14858,13 @@ use$<$name$>$ &\+&\+&\_&\+&\+&\_&\_\\
This revision history is a list of changes relevant to users of this package. Changes of a more technical nature which do not affect the user interface or the behavior of the package are not included in the list. More technical details are to be found in the \file{CHANGES.md} file. The numbers on the right indicate the relevant section of this manual.
\begin{changelog}
+\begin{release}{3.18b}{2022-07-12}
+\item Reenable \cmd{MakeUppercase}/\cmd{MakeLowercase} <patches>
+ based on \cmd{CaseSwitch}
+\end{release}
\begin{release}{3.18a}{2022-07-02}
\item Disable \cmd{MakeUppercase}/\cmd{MakeLowercase} patches as emergency
- fix for LaTeX 2022-06-01-PL compatibility.
+ fix for \latex 2022-06-01-PL4 compatibility.
\end{release}
\begin{release}{3.18}{2022-06-22}
\item Added sorting option \cmd{intciteorder}\see{aut:ctm:srt}