[latex3-commits] [git/LaTeX3-latex3-latex2e] master: Fix - undefined \bbl at stripslash in plain (e00a3d1)

Javier javier at dante.de
Sat Aug 4 16:14:19 CEST 2018


Repository : https://github.com/latex3/latex2e
On branch  : master
Link       : https://github.com/latex3/latex2e/commit/e00a3d12894406eebde8487b4d13c41b7d1ce333

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

commit e00a3d12894406eebde8487b4d13c41b7d1ce333
Author: Javier <javier at localhost>
Date:   Sat Aug 4 16:13:21 2018 +0200

    Fix - undefined \bbl at stripslash in plain


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

e00a3d12894406eebde8487b4d13c41b7d1ce333
 required/babel/README.md    |    4 ++--
 required/babel/babel.dtx    |   24 ++++++++++++++++--------
 required/babel/babel.ins    |    2 +-
 required/babel/babel.pdf    |  Bin 654581 -> 654756 bytes
 required/babel/bbcompat.dtx |    2 +-
 5 files changed, 20 insertions(+), 12 deletions(-)

diff --git a/required/babel/README.md b/required/babel/README.md
index 40fcae9..3e98c84 100644
--- a/required/babel/README.md
+++ b/required/babel/README.md
@@ -1,4 +1,4 @@
-## Babel 3.22.1352
+## Babel 3.22.1358
 
 This package manages culturally-determined typographical (and other)
 rules, and hyphenation patterns for a wide range of languages.  Many
@@ -129,5 +129,5 @@ respective authors.
 ```
 
 Javier Bezos
-2018/07/29
+2018/08/04
 
diff --git a/required/babel/babel.dtx b/required/babel/babel.dtx
index d6fb19e..d07479f 100644
--- a/required/babel/babel.dtx
+++ b/required/babel/babel.dtx
@@ -31,7 +31,7 @@
 %
 % \iffalse
 %<*filedriver>
-\ProvidesFile{babel.dtx}[2018/07/29 v3.22.1352 The Babel package]
+\ProvidesFile{babel.dtx}[2018/08/04 v3.22.1358 The Babel package]
 \documentclass{ltxdoc}
 \GetFileInfo{babel.dtx}
 \usepackage{fontspec}
@@ -235,7 +235,10 @@ Javier Bezos
 
 \item  Changes and new features with relation to version 3.8 are
   highlighted with \New{X.XX}\hspace{-.5em}. The most recent features
-  could be still unstable. Please, report any issues you find.
+  could be still unstable. Please, report any issues you find on      
+  \texttt{https://github.com/latex3/latex2e/issues}, and note just
+  complaining on an e-mail list or a web forum is usually of little
+  help.
 
 \item If you are interested in the \TeX{} multilingual support, please
   join the \textsf{kadingira} list on
@@ -2281,7 +2284,8 @@ differ in the way `weak' numeric characters are ordered (eg, Arabic
   A basic stable version for other engines must wait very likely until
   (Northern) Winter. This applies to text, but \textbf{graphical}
   elements, including the |picture| environment and PDF or PS based
-  graphics, are not yet correctly handled.
+  graphics, are not yet correctly handled. Also, indexes and the like 
+  are under study, as well as math.
   
   An effort is being made to avoid incompatibilities in the future
   (this one of the reason currently bidi must be explicitly requested
@@ -2742,10 +2746,11 @@ seems stuck. Here is some remarks based on \TeX Live as of June 2018:
 \item [To be revised: With Arabic, some internal kerns are 
   misplaced...]
 \item Hebrew works, except Niqqud marks, which sometimes are misplaced.
+  (Interestingly, some fonts fail at this respect with \xetex, too.)
 \item Most Devanagari fonts work, but you may need to set the OTF 
   language to \texttt{deva} (default is \texttt{dev2}).
 \item Thai fonts works, too, but \babel{} does not handle correctly 
-line breaking (work in progress).
+  line breaking (work in progress).
 \item 
 \end{itemize}
 
@@ -3868,6 +3873,7 @@ help from Bernd Raichle, for which I am grateful.
 %
 % Most keys are self-explanatory.
 % \begin{description}
+% \itemsep=-\parskip
 % \item[charset] the encoding used in the ini file.
 % \item[version] of the ini file
 % \item[level] ``version'' of the ini specification . which keys are
@@ -3892,8 +3898,8 @@ help from Bernd Raichle, for which I am grateful.
 % \section{Tools}
 %
 %    \begin{macrocode}
-%<<version=3.22.1352>>
-%<<date=2018/07/29>>
+%<<version=3.22.1358>>
+%<<date=2018/08/04>>
 %    \end{macrocode}
 %
 % \textbf{Do not use the following macros in \texttt{ldf} files. They
@@ -18793,9 +18799,11 @@ end
          \noexpand#1%
       \fi
       \noexpand\protect
-      \expandafter\noexpand\csname\bbl at stripslash#1 \endcsname
+      \expandafter\noexpand\csname
+         \expandafter\@gobble\string#1 \endcsname
    }%
-   \expandafter\new at command\csname\bbl at stripslash#1 \endcsname
+   \expandafter\new at command\csname
+      \expandafter\@gobble\string#1 \endcsname
 }
 \def\x at protect#1{%
    \ifx\protect\@typeset at protect\else
diff --git a/required/babel/babel.ins b/required/babel/babel.ins
index d7b4da2..a19957b 100644
--- a/required/babel/babel.ins
+++ b/required/babel/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{2018/07/29}
+\def\filedate{2018/08/04}
 \def\batchfile{babel.ins}
 \input docstrip.tex
 
diff --git a/required/babel/babel.pdf b/required/babel/babel.pdf
index 279e8e0..bcfc9ea 100644
Binary files a/required/babel/babel.pdf and b/required/babel/babel.pdf differ
diff --git a/required/babel/bbcompat.dtx b/required/babel/bbcompat.dtx
index 520b010..87ad33c 100644
--- a/required/babel/bbcompat.dtx
+++ b/required/babel/bbcompat.dtx
@@ -30,7 +30,7 @@
 %
 % \iffalse
 %<*dtx>
-\ProvidesFile{bbcompat.dtx}[2018/07/29 v3.22.1352]
+\ProvidesFile{bbcompat.dtx}[2018/08/04 v3.22.1358]
 %</dtx>
 %
 %% File 'bbcompat.dtx'





More information about the latex3-commits mailing list