[latex3-commits] [git/LaTeX3-latex3-babel] master: Fix #94. (8e3fef8)
Javier
email at dante.de
Wed Sep 23 18:16:18 CEST 2020
Repository : https://github.com/latex3/babel
On branch : master
Link : https://github.com/latex3/babel/commit/8e3fef8f9aaf1c57aa3e0c9abac2c4ad73f52d37
>---------------------------------------------------------------
commit 8e3fef8f9aaf1c57aa3e0c9abac2c4ad73f52d37
Author: Javier <email at localhost>
Date: Wed Sep 23 18:16:18 2020 +0200
Fix #94.
>---------------------------------------------------------------
8e3fef8f9aaf1c57aa3e0c9abac2c4ad73f52d37
README.md | 3 ++-
babel.dtx | 8 ++++----
babel.ins | 2 +-
babel.pdf | Bin 806523 -> 806523 bytes
bbcompat.dtx | 2 +-
5 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/README.md b/README.md
index 9da1c1d..3a323ce 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-## Babel 3.48.2138
+## Babel 3.48.2139
This package manages culturally-determined typographical (and other)
rules, and hyphenation patterns for a wide range of languages. Many
@@ -48,6 +48,7 @@ respective authors.
- Allow standard LaTeX syntax to recognize locales based on ini
files in the most common cases.
- Fixes:
+ - layout.lists=off didn't work (#94)
3.48 2020-09-01
- New (tentative) tools to customize some labels (like chapters
diff --git a/babel.dtx b/babel.dtx
index a4942a1..ae0346e 100644
--- a/babel.dtx
+++ b/babel.dtx
@@ -31,7 +31,7 @@
%
% \iffalse
%<*filedriver>
-\ProvidesFile{babel.dtx}[2020/09/22 v3.48.2138 The Babel package]
+\ProvidesFile{babel.dtx}[2020/09/23 v3.48.2139 The Babel package]
\documentclass{ltxdoc}
\GetFileInfo{babel.dtx}
\usepackage{fontspec}
@@ -4744,8 +4744,8 @@ help from Bernd Raichle, for which I am grateful.
% \section{Tools}
%
% \begin{macrocode}
-%<<version=3.48.2138>>
-%<<date=2020/09/22>>
+%<<version=3.48.2139>>
+%<<date=2020/09/23>>
% \end{macrocode}
%
% \textbf{Do not use the following macros in \texttt{ldf} files. They
@@ -11653,7 +11653,7 @@ help from Bernd Raichle, for which I am grateful.
\bbl at adjust@layout{\let\@tabular\bbl at OL@@tabular}}
\@namedef{bbl at ADJ@layout.lists at on}{%
\bbl at adjust@layout{\let\list\bbl at NL@list}}
-\@namedef{bbl at ADJ@layout.lists at on}{%
+\@namedef{bbl at ADJ@layout.lists at off}{%
\bbl at adjust@layout{\let\list\bbl at OL@list}}
\@namedef{bbl at ADJ@hyphenation.extra at on}{%
\bbl at activateposthyphen}
diff --git a/babel.ins b/babel.ins
index 722bf5f..bb62a40 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{2020/09/22}
+\def\filedate{2020/09/23}
\def\batchfile{babel.ins}
\input docstrip.tex
diff --git a/babel.pdf b/babel.pdf
index d886155..4ecce21 100644
Binary files a/babel.pdf and b/babel.pdf differ
diff --git a/bbcompat.dtx b/bbcompat.dtx
index f8cc770..61b7e52 100644
--- a/bbcompat.dtx
+++ b/bbcompat.dtx
@@ -30,7 +30,7 @@
%
% \iffalse
%<*dtx>
-\ProvidesFile{bbcompat.dtx}[2020/09/22 v3.48.2138]
+\ProvidesFile{bbcompat.dtx}[2020/09/23 v3.48.2139]
%</dtx>
%
%% File 'bbcompat.dtx'
More information about the latex3-commits
mailing list.