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

Michal Hoftich INVALID.NOREPLY at gnu.org.ua
Fri Jun 21 15:38:57 CEST 2024


Author: michal_h21
Date: 2024-06-21 13:38:57 +0000 (Fri, 21 Jun 2024)
New Revision: 1533

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-html4.tex
Log:
don't use picture name as alt in epsfbox

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2024-06-20 12:47:49 UTC (rev 1532)
+++ trunk/lit/ChangeLog	2024-06-21 13:38:57 UTC (rev 1533)
@@ -1,5 +1,11 @@
-2024-06-17  Michal Hoftich  <michal.h21 at gmail.com>
+2024-06-21  Michal Hoftich  <michal.h21 at gmail.com>
 
+	* tex4ht-html4.tex (html4.4ht): don't use picture name as alt in
+	\epsfbox, it can lead to spurious characters in the resulting HTML.
+	Thanks to Rolf Brigola
+
+2024-06-20  Michal Hoftich  <michal.h21 at gmail.com>
+
 	* tex4ht-4ht.tex (footmisc.4ht): fixed handling of footnote counter
 	reset. 
 	https://tex.stackexchange.com/a/720989/2891

Modified: trunk/lit/tex4ht-html4.tex
===================================================================
--- trunk/lit/tex4ht-html4.tex	2024-06-20 12:47:49 UTC (rev 1532)
+++ trunk/lit/tex4ht-html4.tex	2024-06-21 13:38:57 UTC (rev 1533)
@@ -13824,7 +13824,7 @@
 
 \<configure html4 epsf\><<<
 \Configure{epsfsetgraph}
-  {\Picture+[\PicName]{}}
+  {\Picture+[]{}}
   {\EndPicture}
 >>>
 



More information about the tex4ht-commits mailing list.