[latex3-commits] [git/LaTeX3-latex3-babel] main: Fix error in transforms when | is active. (bb69d22)
Javier
email at dante.de
Tue Mar 1 18:09:50 CET 2022
Repository : https://github.com/latex3/babel
On branch : main
Link : https://github.com/latex3/babel/commit/bb69d2269a305ba3ae08b05b49575ea6dff155c9
>---------------------------------------------------------------
commit bb69d2269a305ba3ae08b05b49575ea6dff155c9
Author: Javier <email at localhost>
Date: Tue Mar 1 18:09:50 2022 +0100
Fix error in transforms when | is active.
>---------------------------------------------------------------
bb69d2269a305ba3ae08b05b49575ea6dff155c9
README.md | 8 +++++++-
babel.dtx | 7 ++++---
babel.ins | 2 +-
babel.pdf | Bin 855582 -> 855545 bytes
bbcompat.dtx | 2 +-
5 files changed, 13 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index 92c1e3d..3dd7877 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,6 @@
-## Babel 3.73
+## Babel 3.73.2663
+
+*(Development)*
This package manages culturally-determined typographical (and other)
rules, and hyphenation patterns for a wide range of languages. Many
@@ -46,6 +48,10 @@ respective authors.
### Summary of Latest changes
```
+3.74 2022-?? (dev)
+ * Fixes:
+ - Error in transforms if | is active.
+
3.73 2022-02-26
* Fixes a severe bug introduced in 3.72 when amsmath is
loaded.
diff --git a/babel.dtx b/babel.dtx
index 45b9161..f005968 100644
--- a/babel.dtx
+++ b/babel.dtx
@@ -32,7 +32,7 @@
%
% \iffalse
%<*filedriver>
-\ProvidesFile{babel.dtx}[2022/02/26 v3.73 The Babel package]
+\ProvidesFile{babel.dtx}[2022/03/01 v3.73.2663 The Babel package]
\documentclass{ltxdoc}
\GetFileInfo{babel.dtx}
\usepackage{fontspec}
@@ -5104,8 +5104,8 @@ help from Bernd Raichle, for which I am grateful.
% \section{Tools}
%
% \begin{macrocode}
-%<<version=3.73>>
-%<<date=2022/02/26>>
+%<<version=3.73.2663>>
+%<<date=2022/03/01>>
% \end{macrocode}
%
% \textbf{Do not use the following macros in \texttt{ldf} files. They
@@ -14283,6 +14283,7 @@ end
\catcode`\~=12
\catcode`\%=12
\catcode`\&=14
+\catcode`\|=12
\gdef\babelprehyphenation{&%
\@ifnextchar[{\bbl at settransform{0}}{\bbl at settransform{0}[]}}
\gdef\babelposthyphenation{&%
diff --git a/babel.ins b/babel.ins
index 0cc5c54..9ffd303 100644
--- a/babel.ins
+++ b/babel.ins
@@ -26,7 +26,7 @@
%% and covered by LPPL is defined by the unpacking scripts (with
%% extension .ins) which are part of the distribution.
%%
-\def\filedate{2022/02/26}
+\def\filedate{2022/03/01}
\def\batchfile{babel.ins}
\input docstrip.tex
diff --git a/babel.pdf b/babel.pdf
index c51f53a..c75c134 100644
Binary files a/babel.pdf and b/babel.pdf differ
diff --git a/bbcompat.dtx b/bbcompat.dtx
index 763031c..04a39cf 100644
--- a/bbcompat.dtx
+++ b/bbcompat.dtx
@@ -30,7 +30,7 @@
%
% \iffalse
%<*dtx>
-\ProvidesFile{bbcompat.dtx}[2022/02/26 v3.73]
+\ProvidesFile{bbcompat.dtx}[2022/03/01 v3.73.2663]
%</dtx>
%
%% File 'bbcompat.dtx'
More information about the latex3-commits
mailing list.