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

michal_h21 at gnu.org.ua michal_h21 at gnu.org.ua
Mon Dec 16 10:23:15 CET 2019


Author: michal_h21
Date: 2019-12-16 11:23:14 +0200 (Mon, 16 Dec 2019)
New Revision: 639

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-4ht.tex
Log:
Fixed support for the \tag* command

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2019-12-16 08:59:38 UTC (rev 638)
+++ trunk/lit/ChangeLog	2019-12-16 09:23:14 UTC (rev 639)
@@ -2,6 +2,7 @@
 
 	* tex4ht-html4.tex (html4.4ht): added margins to <div> and <pre> elements.
 	* tex4ht-mathml.tex (mathml.4ht): add space after \tag* command.
+	* tex4ht-4ht.tex (amsmath.4ht): fixed support for the \tag* command.
 
 2019-12-15 Michal Hoftich  <michal.h21 at gmail.com>
 

Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex	2019-12-16 08:59:38 UTC (rev 638)
+++ trunk/lit/tex4ht-4ht.tex	2019-12-16 09:23:14 UTC (rev 639)
@@ -7081,7 +7081,8 @@
           \ifx\df at tag\@empty \expand:after{\o:endequation:\egroup}%
           \else
              \global\let\df:tag=\df at tag
-             \expand:after{\o:endequation: \expandafter\b:equation\df:tag
+             \expand:after{\o:endequation: \expandafter\b:equation\ifdefined\ams:delete:tag\else\df:tag\fi%
+             \global\let\ams:delete:tag\@undefined
              }\fi
         }\fi
         \c:equation\egroup
@@ -19637,7 +19638,7 @@
 
 \<equations of amsmath.sty\><<<
 \def\make at df@tag@@#1{%
-  \gdef\df at tag{\maketag@@@{#1}\def\@currentlabel{#1}%
+  \gdef\df at tag{\maketag@@@{#1}\def\@currentlabel{#1}\gdef\ams:delete:tag{}%
                |<def :currentlabel for make at df@tag|>%
                \anc:lbl r{}%
 }}



More information about the tex4ht-commits mailing list