[latex3-commits] [git/LaTeX3-latex3-babel] docs: Fixes for amsmath. (7c55b9e)

Javier email at dante.de
Wed Jan 5 18:59:56 CET 2022


Repository : https://github.com/latex3/babel
On branch  : docs
Link       : https://github.com/latex3/babel/commit/7c55b9ecffe7b82d006d73ec5bdf72c6c04e78ae

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

commit 7c55b9ecffe7b82d006d73ec5bdf72c6c04e78ae
Author: Javier <email at localhost>
Date:   Wed Jan 5 18:59:56 2022 +0100

    Fixes for amsmath.


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

7c55b9ecffe7b82d006d73ec5bdf72c6c04e78ae
 docs/news/whats-new-in-babel-3.68.md |  2 +-
 docs/news/whats-new-in-babel-3.70.md | 21 +++++++++++++++------
 2 files changed, 16 insertions(+), 7 deletions(-)

diff --git a/docs/news/whats-new-in-babel-3.68.md b/docs/news/whats-new-in-babel-3.68.md
index 29dbb8e..692aa52 100644
--- a/docs/news/whats-new-in-babel-3.68.md
+++ b/docs/news/whats-new-in-babel-3.68.md
@@ -3,7 +3,7 @@
 2021-12-28
 
 ⚠ There is a severe bug in this version affecting `amsmath` and
-`mathtools' (fixed in 3.69).
+`mathtools'. Please upgrade to 3.69, which fixes it.
 
 ## (Tentative) fixes in math
 
diff --git a/docs/news/whats-new-in-babel-3.70.md b/docs/news/whats-new-in-babel-3.70.md
index 67398bf..26a0b52 100644
--- a/docs/news/whats-new-in-babel-3.70.md
+++ b/docs/news/whats-new-in-babel-3.70.md
@@ -13,15 +13,24 @@ More precisely, in the sequence [space or punctuation] + [hyphen] +
 line if necessary. This makes unnecessary to write systematically `"=`
 in these situations.
 
-Remember transforms are no available in XeTeX or pdfTeX, which still
+Remember transforms are not available in XeTeX or pdfTeX, which still
 require the shorthand. This is a LuaTeX-only feature.
 
+## Fixes for amsmath (luatex)
 
+[Work in progress. Skips below are sometimes too large with the version
+currently available. To be improved.]
 
+There are new fixes which will make amsmath useable in the most typical
+cases, with labels at the right and at the left; `align` (but not
+`align*`), `multline(*)`, `aligned`, `gather` `subequation`, `equation`.
 
+The commands `\text` and `\intertext` has been patched to set the
+correct direction (but `\hbox` won’t work as expected).
 
-
-
-
-
-
+Fixing `equation` turned out to be much more involved as expected
+before the long-standing bugs in `\eqno` and `\leqno`. Not only the the
+label may be misplaced with the latter (sometimes), but the
+computations for the skip before the equation are reversed (the skip
+for `\eqno` is that for `\leqno` and vice versa). So, a dirty trick has
+been added to overcome this bug.





More information about the latex3-commits mailing list.