[latex3-commits] [git/LaTeX3-latex3-babel] main: Fix #145 (with the proposed solution). (8d22061)

Javier email at dante.de
Tue Nov 2 16:06:34 CET 2021


Repository : https://github.com/latex3/babel
On branch  : main
Link       : https://github.com/latex3/babel/commit/8d22061b5ade25a76df609e890d53067c0254a20

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

commit 8d22061b5ade25a76df609e890d53067c0254a20
Author: Javier <email at localhost>
Date:   Tue Nov 2 16:06:34 2021 +0100

    Fix #145 (with the proposed solution).


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

8d22061b5ade25a76df609e890d53067c0254a20
 README.md    |  20 ++++----------------
 babel.dtx    |   8 +++++---
 babel.ins    |   2 +-
 babel.pdf    | Bin 852675 -> 852659 bytes
 bbcompat.dtx |   2 +-
 5 files changed, 11 insertions(+), 21 deletions(-)

diff --git a/README.md b/README.md
index a253371..7870634 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-## Babel 3.65.2543
+## Babel 3.65.2544
 
 This package manages culturally-determined typographical (and other)
 rules, and hyphenation patterns for a wide range of languages. Many
@@ -46,25 +46,13 @@ respective authors.
 
 ### Summary of Latest changes
 ```
-3.66   2021-??
+3.66   2021-10-09??
        * Transforms for Greek:
          - transliteration.omega
          - sigma.final
        * Fixes:
-         - tcolorbox in vertical and horizontal mode (#146)
-         
-3.65   2021-10-19
-       * Fixes a severe bug with 'spanish' introduced in 3.64 (#154).
-       
-3.64   2021-10-13
-       * Added a few counters to CJK.
-       * Restored the previous behavior of \selectlanguage with
-         relation to \write (see #114).
-       * Fixes:
-         - babel errors on document option 'chinese' (#141).
-         - name.babel in ini files set inconsistently (#149).
-       * Now babel.def and babel.sty are separate files (for
-         Plain-based formats and LaTeX, respectively).
+         - Fixes for tcolorbox (#145, #146).
+         - Some improvements for tikz/pgf.
 ```
 
 ### Previous changes
diff --git a/babel.dtx b/babel.dtx
index a567c84..e5a3684 100644
--- a/babel.dtx
+++ b/babel.dtx
@@ -32,7 +32,7 @@
 %
 % \iffalse
 %<*filedriver>
-\ProvidesFile{babel.dtx}[2021/11/01 v3.65.2543 The Babel package]
+\ProvidesFile{babel.dtx}[2021/11/02 v3.65.2544 The Babel package]
 \documentclass{ltxdoc}
 \GetFileInfo{babel.dtx}
 \usepackage{fontspec}
@@ -5044,8 +5044,8 @@ help from Bernd Raichle, for which I am grateful.
 % \section{Tools}
 %
 %    \begin{macrocode}
-%<<version=3.65.2543>>
-%<<date=2021/11/01>>
+%<<version=3.65.2544>>
+%<<date=2021/11/02>>
 %    \end{macrocode}
 %
 % \textbf{Do not use the following macros in \texttt{ldf} files. They
@@ -14591,6 +14591,8 @@ end
           \AddToHook{env/tcolorbox/begin}{\bbl at pictsetdir\@ne}%
           \bbl at sreplace\tcb at savebox
             {\ignorespaces}{\ignorespaces\bbl at pictresetdir}%
+          \bbl at sreplace\tikzpicture at tcb@hooked{\noexpand\tikzpicture}%
+            {\textdir TLT\noexpand\tikzpicture}%
         \fi
       \fi
     }}
diff --git a/babel.ins b/babel.ins
index 591a194..b425266 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/11/01}
+\def\filedate{2021/11/02}
 \def\batchfile{babel.ins}
 \input docstrip.tex
 
diff --git a/babel.pdf b/babel.pdf
index 145df05..bbee27d 100644
Binary files a/babel.pdf and b/babel.pdf differ
diff --git a/bbcompat.dtx b/bbcompat.dtx
index 3b03772..ffac161 100644
--- a/bbcompat.dtx
+++ b/bbcompat.dtx
@@ -30,7 +30,7 @@
 %
 % \iffalse
 %<*dtx>
-\ProvidesFile{bbcompat.dtx}[2021/11/01 v3.65.2543]
+\ProvidesFile{bbcompat.dtx}[2021/11/02 v3.65.2544]
 %</dtx>
 %
 %% File 'bbcompat.dtx'





More information about the latex3-commits mailing list.