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

Michal Hoftich INVALID.NOREPLY at gnu.org.ua
Mon Dec 11 14:06:05 CET 2023


Author: michal_h21
Date: 2023-12-11 13:06:05 +0000 (Mon, 11 Dec 2023)
New Revision: 1417

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-env.tex
Log:
fixed svg generation

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2023-12-05 08:58:07 UTC (rev 1416)
+++ trunk/lit/ChangeLog	2023-12-11 13:06:05 UTC (rev 1417)
@@ -1,3 +1,11 @@
+2023-12-11  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-env.tex (
+	tex4ht.env-unix,
+	tex4ht.env-win32
+	): use the -o option with Dvisvgm, to prevent insertion of spurious
+	text, produced by Dvisvgm, at the start of the generated SVG file.
+
 2023-12-05  Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-fonts-noncjk.tex (

Modified: trunk/lit/tex4ht-env.tex
===================================================================
--- trunk/lit/tex4ht-env.tex	2023-12-05 08:58:07 UTC (rev 1416)
+++ trunk/lit/tex4ht-env.tex	2023-12-11 13:06:05 UTC (rev 1417)
@@ -682,12 +682,12 @@
 
 \<unix svg\><<<
 G.svg
-Gdvisvgm -n -p %%2 --exact -c 1.4,1.4 -s %%1 > %%3  >>>
+Gdvisvgm -n -p %%2 --exact -c 1.4,1.4 -o %%3 %%1  >>>
 
 
 \<win32 svg\><<<
 G.svg
-Gdvisvgm -n -p %%2 --exact -c 1.4,1.4 -s %%1 > %%3 >>>
+Gdvisvgm -n -p %%2 --exact -c 1.4,1.4 -o %%3 %%1  >>>
 
 dvisvgm is included with all \TeX\ distributions nowadays and the
 conversion is quite fast and efficient.



More information about the tex4ht-commits mailing list.