[latex3-commits] [git/LaTeX3-latex3-babel] main: Fix #228. (bdb8004)
Javier
email at dante.de
Tue Mar 21 17:11:28 CET 2023
Repository : https://github.com/latex3/babel
On branch : main
Link : https://github.com/latex3/babel/commit/bdb80042dfbe2263286fad7627793ab7fa645793
>---------------------------------------------------------------
commit bdb80042dfbe2263286fad7627793ab7fa645793
Author: Javier <email at localhost>
Date: Tue Mar 21 17:11:28 2023 +0100
Fix #228.
>---------------------------------------------------------------
bdb80042dfbe2263286fad7627793ab7fa645793
README.md | 3 ++-
babel.dtx | 11 ++++++++---
babel.ins | 2 +-
babel.pdf | Bin 911765 -> 911969 bytes
bbcompat.dtx | 2 +-
5 files changed, 12 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index 236a6b1..7b3f703 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-## Babel 3.86.07974
+## Babel 3.86.08068
2023-02-13
@@ -54,6 +54,7 @@ respective authors.
- Language leakage with xetex, on-the-fly loading in a few
locales.
- #211.
+ - #228.
* 'hyphenrules=' is applied with the current locale.
3.86 2023-02-13
diff --git a/babel.dtx b/babel.dtx
index a3690a9..92456cb 100644
--- a/babel.dtx
+++ b/babel.dtx
@@ -32,7 +32,7 @@
%
% \iffalse
%<*filedriver>
-\ProvidesFile{babel.dtx}[2023/03/20 v3.86.07974 The Babel package]
+\ProvidesFile{babel.dtx}[2023/03/21 v3.86.08068 The Babel package]
\documentclass{ltxdoc}
\GetFileInfo{babel.dtx}
\usepackage{fontspec}
@@ -5295,8 +5295,8 @@ help from Bernd Raichle, for which I am grateful.
% \section{Tools}
%
% \begin{macrocode}
-%<<version=3.86.07974>>
-%<<date=2023/03/20>>
+%<<version=3.86.08068>>
+%<<date=2023/03/21>>
% \end{macrocode}
%
% \textbf{Do not use the following macros in \texttt{ldf} files. They
@@ -15235,6 +15235,11 @@ end
{}}%
\fi}
\fi
+ \AtBeginDocument{%
+ \@ifpackageloaded{multicol}%
+ {\toks@\expandafter{\multi at column@out}%
+ \edef\multi at column@out{\bodydir\pagedir\the\toks@}}%
+ {}}
\fi
\ifx\bbl at opt@layout\@nnil\endinput\fi % if no layout
% \end{macrocode}
diff --git a/babel.ins b/babel.ins
index ecde35b..24bdda7 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{2023/03/20}
+\def\filedate{2023/03/21}
\def\batchfile{babel.ins}
\input docstrip.tex
diff --git a/babel.pdf b/babel.pdf
index 41aac46..2befe1b 100644
Binary files a/babel.pdf and b/babel.pdf differ
diff --git a/bbcompat.dtx b/bbcompat.dtx
index 6e7d1e0..4168b84 100644
--- a/bbcompat.dtx
+++ b/bbcompat.dtx
@@ -30,7 +30,7 @@
%
% \iffalse
%<*dtx>
-\ProvidesFile{bbcompat.dtx}[2023/03/20 v3.86.07974]
+\ProvidesFile{bbcompat.dtx}[2023/03/21 v3.86.08068]
%</dtx>
%
%% File 'bbcompat.dtx'
More information about the latex3-commits
mailing list.