[latex3-commits] [git/LaTeX3-latex3-babel] main: Fix: select main language in aux with select.write=omit (e8fedb6)

Javier email at dante.de
Sat Dec 3 17:00:28 CET 2022


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

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

commit e8fedb6a7d0c2efe7329ce140ca7ba3a00200555
Author: Javier <email at localhost>
Date:   Sat Dec 3 17:00:28 2022 +0100

    Fix: select main language in aux with select.write=omit


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

e8fedb6a7d0c2efe7329ce140ca7ba3a00200555
 README.md    |   2 +-
 babel.dtx    |   8 +++++---
 babel.ins    |   2 +-
 babel.pdf    | Bin 898231 -> 898435 bytes
 bbcompat.dtx |   2 +-
 5 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 43b6483..9174a7a 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-## Babel 3.83.2938
+## Babel 3.83.2940
 
 This package manages culturally-determined typographical (and other)
 rules, and hyphenation patterns for a wide range of languages. Many
diff --git a/babel.dtx b/babel.dtx
index 2f9bd45..707c724 100644
--- a/babel.dtx
+++ b/babel.dtx
@@ -32,7 +32,7 @@
 %
 % \iffalse
 %<*filedriver>
-\ProvidesFile{babel.dtx}[2022/12/01 v3.83.2938 The Babel package]
+\ProvidesFile{babel.dtx}[2022/12/03 v3.83.2940 The Babel package]
 \documentclass{ltxdoc}
 \GetFileInfo{babel.dtx}
 \usepackage{fontspec}
@@ -5200,8 +5200,8 @@ help from Bernd Raichle, for which I am grateful.
 % \section{Tools}
 %
 %    \begin{macrocode}
-%<<version=3.83.2938>>
-%<<date=2022/12/01>>
+%<<version=3.83.2940>>
+%<<date=2022/12/03>>
 %    \end{macrocode}
 %
 % \textbf{Do not use the following macros in \texttt{ldf} files. They
@@ -11358,6 +11358,8 @@ help from Bernd Raichle, for which I am grateful.
   \let\bbl at restorelastskip\relax
   \let\bbl at savelastskip\relax}
 \@namedef{bbl at ADJ@select.write at omit}{%
+  \AddBabelHook{babel-select}{beforestart}{%
+    \expandafter\babel at aux\expandafter{\bbl at main@language}{}}%
   \let\bbl at restorelastskip\relax
   \def\bbl at savelastskip##1\bbl at restorelastskip{}}
 %    \end{macrocode}
diff --git a/babel.ins b/babel.ins
index 0c4b26d..10e3cb8 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/12/01}
+\def\filedate{2022/12/03}
 \def\batchfile{babel.ins}
 \input docstrip.tex
 
diff --git a/babel.pdf b/babel.pdf
index 345af21..7e932cf 100644
Binary files a/babel.pdf and b/babel.pdf differ
diff --git a/bbcompat.dtx b/bbcompat.dtx
index cee1ea2..4118d37 100644
--- a/bbcompat.dtx
+++ b/bbcompat.dtx
@@ -30,7 +30,7 @@
 %
 % \iffalse
 %<*dtx>
-\ProvidesFile{bbcompat.dtx}[2022/12/01 v3.83.2938]
+\ProvidesFile{bbcompat.dtx}[2022/12/03 v3.83.2940]
 %</dtx>
 %
 %% File 'bbcompat.dtx'





More information about the latex3-commits mailing list.