[latex3-commits] [git/LaTeX3-latex3-babel] main: select.write=omit (282e6c0)

Javier email at dante.de
Thu Oct 7 18:46:21 CEST 2021


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

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

commit 282e6c08102ac98bd6794b0021e2f27c1aae8235
Author: Javier <email at localhost>
Date:   Thu Oct 7 18:46:21 2021 +0200

    select.write=omit


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

282e6c08102ac98bd6794b0021e2f27c1aae8235
 README.md    |   4 +++-
 babel.dtx    |   9 ++++++---
 babel.ins    |   2 +-
 babel.pdf    | Bin 847206 -> 847217 bytes
 bbcompat.dtx |   2 +-
 5 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 3cc9e3f..edb5c86 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-## Babel 3.63.2517
+## Babel 3.63.2518
 
 This package manages culturally-determined typographical (and other)
 rules, and hyphenation patterns for a wide range of languages. Many
@@ -53,6 +53,8 @@ respective authors.
        * Fixes:
          - babel errors on document option 'chinese' (#141).
          - name.babel in ini files set inconsistently.
+       * Now babel.def and babel.sty are separate files (for
+         Plain-based formats and LaTeX, respectively).
          
 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 ff56ae1..7ea68c3 100644
--- a/babel.dtx
+++ b/babel.dtx
@@ -32,7 +32,7 @@
 %
 % \iffalse
 %<*filedriver>
-\ProvidesFile{babel.dtx}[2021/10/06 v3.63.2517 The Babel package]
+\ProvidesFile{babel.dtx}[2021/10/07 v3.63.2518 The Babel package]
 \documentclass{ltxdoc}
 \GetFileInfo{babel.dtx}
 \usepackage{fontspec}
@@ -5026,8 +5026,8 @@ help from Bernd Raichle, for which I am grateful.
 % \section{Tools}
 %
 %    \begin{macrocode}
-%<<version=3.63.2517>>
-%<<date=2021/10/06>>
+%<<version=3.63.2518>>
+%<<date=2021/10/07>>
 %    \end{macrocode}
 %
 % \textbf{Do not use the following macros in \texttt{ldf} files. They
@@ -11004,6 +11004,9 @@ help from Bernd Raichle, for which I am grateful.
 \@namedef{bbl at ADJ@select.write at keep}{%
   \let\bbl at restorelastskip\relax
   \let\bbl at savelastskip\relax}
+\@namedef{bbl at ADJ@select.write at omit}{%
+  \let\bbl at restorelastskip\relax
+  \def\bbl at savelastskip##1\bbl at restorelastskip{}}
 %    \end{macrocode}
 %
 % As the final task, load the code for lua. TODO: use babel name, override 
diff --git a/babel.ins b/babel.ins
index 8a208b2..ebc84b8 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/06}
+\def\filedate{2021/10/07}
 \def\batchfile{babel.ins}
 \input docstrip.tex
 
diff --git a/babel.pdf b/babel.pdf
index 6b65249..2096bf7 100644
Binary files a/babel.pdf and b/babel.pdf differ
diff --git a/bbcompat.dtx b/bbcompat.dtx
index e246177..cdde483 100644
--- a/bbcompat.dtx
+++ b/bbcompat.dtx
@@ -30,7 +30,7 @@
 %
 % \iffalse
 %<*dtx>
-\ProvidesFile{bbcompat.dtx}[2021/10/06 v3.63.2517]
+\ProvidesFile{bbcompat.dtx}[2021/10/07 v3.63.2518]
 %</dtx>
 %
 %% File 'bbcompat.dtx'





More information about the latex3-commits mailing list.