texlive[73584] Master/texmf-dist: use equation counter for more
commits+karl at tug.org
commits+karl at tug.org
Fri Jan 24 22:46:06 CET 2025
Revision: 73584
https://tug.org/svn/texlive?view=revision&revision=73584
Author: karl
Date: 2025-01-24 22:46:06 +0100 (Fri, 24 Jan 2025)
Log Message:
-----------
use equation counter for more amsmath environments, tex4ht r1633
Revision Links:
--------------
https://tug.org/svn/texlive?view=revision&revision=1633
Modified Paths:
--------------
trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog
trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-mathjax.tex
trunk/Master/texmf-dist/tex/generic/tex4ht/mathjax-latex-4ht.4ht
Modified: trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog 2025-01-24 21:12:22 UTC (rev 73583)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog 2025-01-24 21:46:06 UTC (rev 73584)
@@ -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/Master/texmf-dist/source/generic/tex4ht/tex4ht-mathjax.tex
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-mathjax.tex 2025-01-24 21:12:22 UTC (rev 73583)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-mathjax.tex 2025-01-24 21:46:06 UTC (rev 73584)
@@ -1,4 +1,4 @@
-% $Id: tex4ht-mathjax.tex 1598 2024-11-20 11:40:35Z michal_h21 $
+% $Id: tex4ht-mathjax.tex 1633 2025-01-24 08:56:24Z michal_h21 $
% compile: latex tex4ht-mathjax
%
% Copyright 2018-2024 TeX Users Group
@@ -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*}
Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/mathjax-latex-4ht.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/mathjax-latex-4ht.4ht 2025-01-24 21:12:22 UTC (rev 73583)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/mathjax-latex-4ht.4ht 2025-01-24 21:46:06 UTC (rev 73584)
@@ -1,4 +1,4 @@
-% mathjax-latex-4ht.4ht (2024-11-20-13:31), generated from tex4ht-mathjax.tex
+% mathjax-latex-4ht.4ht (2025-01-24-13:13), generated from tex4ht-mathjax.tex
% Copyright 2018-2024 TeX Users Group
%
% This work may be distributed and/or modified under the
@@ -16,7 +16,7 @@
%
% If you modify this program, changing the
% version identification would be appreciated.
-\immediate\write-1{version 2024-11-20-13:31}
+\immediate\write-1{version 2025-01-24-13:13}
\ExplSyntaxOn
@@ -117,19 +117,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*}
@@ -230,6 +230,11 @@
+
+
+
+
+
More information about the tex-live-commits
mailing list.