summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/biblatex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-07-03 03:01:27 +0000
committerNorbert Preining <norbert@preining.info>2022-07-03 03:01:27 +0000
commit34d318af65decbdb242ae03b64bf3f53266067b6 (patch)
tree8f7b62a7596d15dc07100cce5885a4ce07c17fa1 /macros/latex/contrib/biblatex
parentcd3bef34bd0bfcf1625056fd2f2832328c516179 (diff)
CTAN sync 202207030301
Diffstat (limited to 'macros/latex/contrib/biblatex')
-rw-r--r--macros/latex/contrib/biblatex/CHANGES.md9
-rw-r--r--macros/latex/contrib/biblatex/doc/biblatex.pdfbin1639603 -> 1639913 bytes
-rw-r--r--macros/latex/contrib/biblatex/doc/biblatex.tex9
-rw-r--r--macros/latex/contrib/biblatex/doc/examples/96-dates-biber.pdfbin25296 -> 25280 bytes
-rw-r--r--macros/latex/contrib/biblatex/latex/biblatex.sty8
5 files changed, 21 insertions, 5 deletions
diff --git a/macros/latex/contrib/biblatex/CHANGES.md b/macros/latex/contrib/biblatex/CHANGES.md
index b79faf7faf..d6fc6c23b9 100644
--- a/macros/latex/contrib/biblatex/CHANGES.md
+++ b/macros/latex/contrib/biblatex/CHANGES.md
@@ -1,10 +1,15 @@
+# RELEASE NOTES FOR VERSION 3.18a
+- Disable `\MakeUppercase`/`\MakeLowercase` patches as emergency fix
+ for LaTeX 2022-06-01-PL compatibility.
+
# RELEASE NOTES FOR VERSION 3.18
- New sorting name key generation macro `\visibility` which allows
application of sorting name key generation to apply only to sorting
- within citations.
+ within citati
+ ons.
- New sorting macro `\intciteorder` which allows sorting by order internal
to a cite command like \cite{a,b,c}.
-- New option `pluralothers` to force "et al" to be plural (i.e. only
+- New option `pluralothers` to force "et al." to be plural (i.e. only
replace two or more names). This is required for some styles (e.g. APA)
- Added `\localrefcontext` as a local alternative
to the global `\newrefcontext`.
diff --git a/macros/latex/contrib/biblatex/doc/biblatex.pdf b/macros/latex/contrib/biblatex/doc/biblatex.pdf
index 4157c6667d..e9264025b9 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 24e8335b47..7cf466cc6e 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.18},
+ revision={3.18a},
date={\today}}
\hypersetup{%
@@ -413,6 +413,9 @@ compatibility matrix for the recent versions.
\sffamily\bfseries\spotcolor Biber version
& \sffamily\bfseries\spotcolor \biblatex\ version\\
\midrule
+2.18 & 3.18\\
+2.17 & 3.17\\
+2.16 & 3.16\\
2.15 & 3.15\\
2.14 & 3.14\\
2.13 & 3.13\\
@@ -14855,6 +14858,10 @@ 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.18a}{2022-07-02}
+\item Disable \cmd{MakeUppercase}/\cmd{MakeLowercase} patches as emergency
+ fix for LaTeX 2022-06-01-PL compatibility.
+\end{release}
\begin{release}{3.18}{2022-06-22}
\item Added sorting option \cmd{intciteorder}\see{aut:ctm:srt}
\item Added global option \opt{pluralothers}\see{use:opt:pre:gen}
diff --git a/macros/latex/contrib/biblatex/doc/examples/96-dates-biber.pdf b/macros/latex/contrib/biblatex/doc/examples/96-dates-biber.pdf
index a4c0a4dec3..e1d6a5dcef 100644
--- a/macros/latex/contrib/biblatex/doc/examples/96-dates-biber.pdf
+++ b/macros/latex/contrib/biblatex/doc/examples/96-dates-biber.pdf
Binary files differ
diff --git a/macros/latex/contrib/biblatex/latex/biblatex.sty b/macros/latex/contrib/biblatex/latex/biblatex.sty
index d21d369757..9fce90b22f 100644
--- a/macros/latex/contrib/biblatex/latex/biblatex.sty
+++ b/macros/latex/contrib/biblatex/latex/biblatex.sty
@@ -12,8 +12,8 @@
% particular purpose.
% Set up the version strings here
-\def\abx@date{2022/06/22}
-\def\abx@version{3.18}
+\def\abx@date{2022/07/02}
+\def\abx@version{3.18a}
\def\abx@bbxid{\abx@date\space v\abx@version\space biblatex bibliography style (PK/MW)}
\def\abx@cbxid{\abx@date\space v\abx@version\space biblatex citation style (PK/MW)}
\def\abx@lbxid{\abx@date\space v\abx@version\space biblatex localization (PK/MW)}
@@ -5055,6 +5055,9 @@
\let\blx@hook@uc\relax
\let\blx@hook@lc\relax
+\iffalse
+% disable this as emergency "fix"
+% for LaTeX 2022-06-01-PL4
\AtEndPreamble{%
\toggletrue{blx@tempa}%
\toggletrue{blx@tempb}%
@@ -5093,6 +5096,7 @@
\iftoggle{blx@tempa}{\blx@err@patch{\string\MakeUppercase}}{}%
\iftoggle{blx@tempb}{\blx@err@patch{\string\MakeLowercase}}{}%
}
+\fi
\appto\blx@blxinit{%
\def\blx@hook@uc{%