[tex4ht-commits] [SCM] tex4ht updated: r1633 - trunk/lit
Michal Hoftich
INVALID.NOREPLY at gnu.org.ua
Fri Jan 24 09:56:24 CET 2025
Author: michal_h21
Date: 2025-01-24 08:56:24 +0000 (Fri, 24 Jan 2025)
New Revision: 1633
Modified:
trunk/lit/ChangeLog
trunk/lit/tex4ht-mathjax.tex
Log:
use equation counter for more amsmath environments
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2025-01-23 12:34:17 UTC (rev 1632)
+++ trunk/lit/ChangeLog 2025-01-24 08:56:24 UTC (rev 1633)
@@ -1,3 +1,9 @@
+2025-01-24 Michal Hoftich <michal.h21 at gmail.com>
+
+ * tex4ht-mathjax.tex (mathjax-latex-4ht.4ht): use equation counter
+ for equation-like environments.
+ https://tex.stackexchange.com/q/735719/2891
+
2025-01-23 Michal Hoftich <michal.h21 at gmail.com>
* tex4ht-4ht.tex (listigns.4ht): fixed support for the list of
Modified: trunk/lit/tex4ht-mathjax.tex
===================================================================
--- trunk/lit/tex4ht-mathjax.tex 2025-01-23 12:34:17 UTC (rev 1632)
+++ trunk/lit/tex4ht-mathjax.tex 2025-01-24 08:56:24 UTC (rev 1633)
@@ -263,19 +263,19 @@
\VerbMath{aligned}
\VerbMath{alignedat}
\VerbMath{gathered}
-\VerbMath{gather}
+\VerbMath[equation]{gather}
\VerbMath{gather*}
-\VerbMath{alignat}
+\VerbMath[equation]{alignat}
\VerbMath{alignat*}
\VerbMath{xalignat}
\VerbMath{xalignat*}
\VerbMath{xxalignat}
-\VerbMath{align}
+\VerbMath[equation]{align}
\VerbMath{align*}
-\VerbMath{flalign}
+\VerbMath{flalign[equation]}
\VerbMath{flalign*}
-\VerbMath{split}
-\VerbMath{multline}
+\VerbMath[equation]{split}
+\VerbMath[equation]{multline}
\VerbMath{multline*}
\VerbMath[equation]{equation}
\VerbMath{equation*}
More information about the tex4ht-commits
mailing list.