[tex4ht-commits] [SCM] tex4ht updated: r1353 - trunk/lit

Michal Hoftich INVALID.NOREPLY at gnu.org.ua
Sun Aug 13 19:48:57 CEST 2023


Author: michal_h21
Date: 2023-08-13 17:48:56 +0000 (Sun, 13 Aug 2023)
New Revision: 1353

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-4ht.tex
Log:
fixed fatal error for the split environment

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2023-07-28 18:30:37 UTC (rev 1352)
+++ trunk/lit/ChangeLog	2023-08-13 17:48:56 UTC (rev 1353)
@@ -1,3 +1,9 @@
+2023-08-13  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-4ht.tex (amsmath.4ht): don't redefine environment handling
+	macros in the split environment.
+	https://github.com/michal-h21/make4ht/issues/132
+
 2023-07-28  Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-4ht.tex (xskak.4ht): removed redefiniton of \mainline and

Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex	2023-07-28 18:30:37 UTC (rev 1352)
+++ trunk/lit/tex4ht-4ht.tex	2023-08-13 17:48:56 UTC (rev 1353)
@@ -21565,7 +21565,14 @@
 The folowing tries to compensate for the above extra openning split 
 environment.   
 
-\<equations of amsmath.sty\><<<
+But in 2023, this causes fatal error in the compilation. Furthermore,
+the test cases that follows work in the picture and MathML modes, 
+so it seems that it isn't necessary anymore.
+
+Bug report for the fatal error can be 
+\Link[https://github.com/michal-h21/make4ht/issues/132]{}{}found here\EndLink
+
+\<do not use in equations of amsmath.sty\><<<
 \Configure{@begin}
   {split}
   {\relax



More information about the tex4ht-commits mailing list.