[latex3-commits] [git/LaTeX3-latex3-babel] main: Partial fix for 141. (59f40a2)

Javier email at dante.de
Sun Jul 25 18:11:18 CEST 2021


Repository : https://github.com/latex3/babel
On branch  : main
Link       : https://github.com/latex3/babel/commit/59f40a26ec9fc6a3c61ed933d9072716fc41fb99

>---------------------------------------------------------------

commit 59f40a26ec9fc6a3c61ed933d9072716fc41fb99
Author: Javier <email at localhost>
Date:   Sun Jul 25 18:11:18 2021 +0200

    Partial fix for 141.


>---------------------------------------------------------------

59f40a26ec9fc6a3c61ed933d9072716fc41fb99
 README.md    |   6 +++++-
 babel.dtx    |  24 ++++++++++++------------
 babel.ins    |   2 +-
 babel.pdf    | Bin 849481 -> 849686 bytes
 bbcompat.dtx |   2 +-
 5 files changed, 19 insertions(+), 15 deletions(-)

diff --git a/README.md b/README.md
index 93074fc..aba2761 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-## Babel 3.63
+## Babel 3.63.2444
 
 This package manages culturally-determined typographical (and other)
 rules, and hyphenation patterns for a wide range of languages. Many
@@ -46,6 +46,10 @@ respective authors.
 
 ### Summary of Latest changes
 ```
+3.64   2021-??
+       * Fixes:
+         - babel errors on documentoption "chinese" (#141)
+         
 3.63   2021-07-22
        * Fixes a severe bug with CJK and XeTeX introduced in 3.62.
        
diff --git a/babel.dtx b/babel.dtx
index 28b1a76..f98f82d 100644
--- a/babel.dtx
+++ b/babel.dtx
@@ -32,7 +32,7 @@
 %
 % \iffalse
 %<*filedriver>
-\ProvidesFile{babel.dtx}[2021/07/22 v3.63 The Babel package]
+\ProvidesFile{babel.dtx}[2021/07/25 v3.63.2444 The Babel package]
 \documentclass{ltxdoc}
 \GetFileInfo{babel.dtx}
 \usepackage{fontspec}
@@ -5024,8 +5024,8 @@ help from Bernd Raichle, for which I am grateful.
 % \section{Tools}
 %
 %    \begin{macrocode}
-%<<version=3.63>>
-%<<date=2021/07/22>>
+%<<version=3.63.2444>>
+%<<date=2021/07/25>>
 %    \end{macrocode}
 %
 % \textbf{Do not use the following macros in \texttt{ldf} files. They
@@ -6928,16 +6928,16 @@ help from Bernd Raichle, for which I am grateful.
          \else
            \bbl at load@language{#1}%
          \fi}}%
-      {\IfFileExists{babel-#1.tex}% TODO. Copypaste pattern
+      {\IfFileExists{babel-#1.tex}% 
         {\def\bbl at tempb{#1}%
-         \DeclareOption{#1}{%
-           \ifnum\bbl at iniflag>\@ne
-             \bbl at ldfinit
-             \babelprovide[import]{#1}%
-             \bbl at afterldf{}%
-           \else
-             \bbl at load@language{#1}%
-           \fi}}%
+         \ifnum\bbl at iniflag>\z@
+           \DeclareOption{#1}{%
+             \ifnum\bbl at iniflag>\@ne
+               \bbl at ldfinit
+               \babelprovide[import]{#1}%
+               \bbl at afterldf{}%
+             \fi}%
+         \fi}%
          {}}}%
     {}}
 %    \end{macrocode}
diff --git a/babel.ins b/babel.ins
index 1a40cdc..5973d22 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{2021/07/22}
+\def\filedate{2021/07/25}
 \def\batchfile{babel.ins}
 \input docstrip.tex
 
diff --git a/babel.pdf b/babel.pdf
index 5ab700e..0acf2e5 100644
Binary files a/babel.pdf and b/babel.pdf differ
diff --git a/bbcompat.dtx b/bbcompat.dtx
index 9ed2c3c..8863cb2 100644
--- a/bbcompat.dtx
+++ b/bbcompat.dtx
@@ -30,7 +30,7 @@
 %
 % \iffalse
 %<*dtx>
-\ProvidesFile{bbcompat.dtx}[2021/07/22 v3.63]
+\ProvidesFile{bbcompat.dtx}[2021/07/25 v3.63.2444]
 %</dtx>
 %
 %% File 'bbcompat.dtx'





More information about the latex3-commits mailing list.