[latex3-commits] [git/LaTeX3-latex3-babel] main: Fix #146 with the proposed solution; tikzpicture hooked. (9804967)
Javier
email at dante.de
Fri Oct 22 16:00:43 CEST 2021
Repository : https://github.com/latex3/babel
On branch : main
Link : https://github.com/latex3/babel/commit/98049670ee0612b4f5b66a91821a7b12f4c4a7d0
>---------------------------------------------------------------
commit 98049670ee0612b4f5b66a91821a7b12f4c4a7d0
Author: Javier <email at localhost>
Date: Fri Oct 22 16:00:43 2021 +0200
Fix #146 with the proposed solution; tikzpicture hooked.
>---------------------------------------------------------------
98049670ee0612b4f5b66a91821a7b12f4c4a7d0
README.md | 6 +++++-
babel.dtx | 15 ++++++++++-----
babel.ins | 2 +-
babel.pdf | Bin 847722 -> 847671 bytes
bbcompat.dtx | 2 +-
5 files changed, 17 insertions(+), 8 deletions(-)
diff --git a/README.md b/README.md
index 848148e..7d95a0e 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-## Babel 3.65
+## Babel 3.65.2533
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.66 2021-??
+ * Fixes:
+ - tcolorbox in vertical and horizontal mode (#146)
+
3.65 2021-10-19
* Fixes a severe bug with 'spanish' introduced in 3.64 (#154).
diff --git a/babel.dtx b/babel.dtx
index 0444c52..c04a0a3 100644
--- a/babel.dtx
+++ b/babel.dtx
@@ -32,7 +32,7 @@
%
% \iffalse
%<*filedriver>
-\ProvidesFile{babel.dtx}[2021/10/19 v3.65 The Babel package]
+\ProvidesFile{babel.dtx}[2021/10/22 v3.65.2533 The Babel package]
\documentclass{ltxdoc}
\GetFileInfo{babel.dtx}
\usepackage{fontspec}
@@ -3062,7 +3062,8 @@ Transforms (only \luatex) provide a way to process the text on the
typesetting level in several language-dependent ways, like non-standard
hyphenation, special line breaking rules, script to script conversion,
spacing conventions and so on.\footnote{They are similar in concept,
-but not the same, as those in Unicode.}
+but not the same, as those in Unicode. The main inspiration for this
+feature is the Omega transformation processes.}
It currently embraces |\babelprehyphenation| and
|\babelposthyphenation|.
@@ -5026,8 +5027,8 @@ help from Bernd Raichle, for which I am grateful.
% \section{Tools}
%
% \begin{macrocode}
-%<<version=3.65>>
-%<<date=2021/10/19>>
+%<<version=3.65.2533>>
+%<<date=2021/10/22>>
% \end{macrocode}
%
% \textbf{Do not use the following macros in \texttt{ldf} files. They
@@ -14552,7 +14553,7 @@ end
{\ifx\tikz at atbegin@node\@undefined\else
\ifx\AddToHook\@undefined\else % TODO. Still tentative.
\AddToHook{env/pgfpicture/begin}{\bbl at pictsetdir\@ne}%
- % \AddToHook{env/tikzpicture/begin}{\bbl at pictsetdir\z@}%
+ \AddToHook{env/tikzpicture/begin}{\bbl at pictsetdir\z@}%
\bbl at add\pgfinterruptpicture{\bbl at pictresetdir}%
\fi
\let\bbl at OL@pgfpicture\pgfpicture
@@ -14565,6 +14566,10 @@ end
\fi
\ifx\AddToHook\@undefined\else
\AddToHook{env/tcolorbox/begin}{\bbl at pictsetdir\@ne}%
+ \ifx\tcb at savebox\@undefined\else
+ \bbl at sreplace\tcb at savebox
+ {\ignorespaces}{\ignorespaces\bbl at pictresetdir}%
+ \fi
\fi
}}
{}
diff --git a/babel.ins b/babel.ins
index 473f06d..52d94d6 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/10/19}
+\def\filedate{2021/10/22}
\def\batchfile{babel.ins}
\input docstrip.tex
diff --git a/babel.pdf b/babel.pdf
index 7345ad7..e02cf9e 100644
Binary files a/babel.pdf and b/babel.pdf differ
diff --git a/bbcompat.dtx b/bbcompat.dtx
index c81d3ae..1172bc9 100644
--- a/bbcompat.dtx
+++ b/bbcompat.dtx
@@ -30,7 +30,7 @@
%
% \iffalse
%<*dtx>
-\ProvidesFile{bbcompat.dtx}[2021/10/19 v3.65]
+\ProvidesFile{bbcompat.dtx}[2021/10/22 v3.65.2533]
%</dtx>
%
%% File 'bbcompat.dtx'
More information about the latex3-commits
mailing list.