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

Michal Hoftich INVALID.NOREPLY at gnu.org.ua
Tue Feb 25 22:54:39 CET 2025


Author: michal_h21
Date: 2025-02-25 21:54:39 +0000 (Tue, 25 Feb 2025)
New Revision: 1650

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-html4.tex
Log:
fixed \HtmlParON in Listings

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2025-02-25 12:30:36 UTC (rev 1649)
+++ trunk/lit/ChangeLog	2025-02-25 21:54:39 UTC (rev 1650)
@@ -1,5 +1,9 @@
 2025-02-25  Michal Hoftich  <michal.h21 at gmail.com>
 
+	* tex4ht-html4.tex (html4.4ht): fixed \HtmlParON bug in recent
+	configuration for Listings.
+	https://tug.org/pipermail/tex4ht/2025q1/003695.html
+
 	* tex4ht-4ht.tex (index.4ht): removed redefinition of \warn:idx, it
 	caused an fatal error with \index commands.
 	https://tug.org/pipermail/tex4ht/2025q1/003692.html

Modified: trunk/lit/tex4ht-html4.tex
===================================================================
--- trunk/lit/tex4ht-html4.tex	2025-02-25 12:30:36 UTC (rev 1649)
+++ trunk/lit/tex4ht-html4.tex	2025-02-25 21:54:39 UTC (rev 1650)
@@ -15512,7 +15512,7 @@
      \gdef\start:LstLn{}%
    }
    {\gHAdvance\listings:Depth by -1
-    \ifnum \listings:Depth=0 \HCode{</pre>}\HtmlParON\else
+    \ifnum \listings:Depth=0 \HCode{</pre>}\HtmlParOn\else
                              \HCode{</span>}\fi
    }
    {\start:LstLn\HCode{<span class="label">}%



More information about the tex4ht-commits mailing list.