[tex4ht-commits] [SCM] tex4ht updated: r1635 - trunk/lit
Michal Hoftich
INVALID.NOREPLY at gnu.org.ua
Mon Feb 3 10:13:19 CET 2025
Author: michal_h21
Date: 2025-02-03 09:13:19 +0000 (Mon, 03 Feb 2025)
New Revision: 1635
Modified:
trunk/lit/ChangeLog
trunk/lit/tex4ht-sty.tex
Log:
removed spurious space from the \SUBOn and SUPOn commands
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2025-01-26 15:11:47 UTC (rev 1634)
+++ trunk/lit/ChangeLog 2025-02-03 09:13:19 UTC (rev 1635)
@@ -1,3 +1,9 @@
+2025-02-03 Michal Hoftich <michal.h21 at gmail.com>
+
+ * tex4ht-sty.tex (tex4ht.sty): removed spurious space from
+ definition of \SUBOn and \SUPOn commands.
+ https://puszcza.gnu.org.ua/bugs/?505
+
2025-01-24 Michal Hoftich <michal.h21 at gmail.com>
* tex4ht-mathjax.tex (mathjax-latex-4ht.4ht): use equation counter
Modified: trunk/lit/tex4ht-sty.tex
===================================================================
--- trunk/lit/tex4ht-sty.tex 2025-01-26 15:11:47 UTC (rev 1634)
+++ trunk/lit/tex4ht-sty.tex 2025-02-03 09:13:19 UTC (rev 1635)
@@ -8920,11 +8920,11 @@
\<let sp\><<<
-\let\sp=^
+\let\sp=^%
>>>
\<let sb\><<<
-\let\sb=_
+\let\sb=_%
>>>
More information about the tex4ht-commits
mailing list.