[tex4ht-commits] [SCM] tex4ht updated: r1344 - trunk/lit
Michal Hoftich
INVALID.NOREPLY at gnu.org.ua
Thu Jun 22 09:56:39 CEST 2023
Author: michal_h21
Date: 2023-06-22 07:56:38 +0000 (Thu, 22 Jun 2023)
New Revision: 1344
Modified:
trunk/lit/ChangeLog
trunk/lit/tex4ht-html4.tex
Log:
use the requested image extension for conversion of EPS files
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2023-06-18 14:48:55 UTC (rev 1343)
+++ trunk/lit/ChangeLog 2023-06-22 07:56:38 UTC (rev 1344)
@@ -1,3 +1,9 @@
+2023-06-22 Michal Hoftich <michal.h21 at gmail.com>
+
+ * tex4ht-html4.tex (html4.4ht): use the requested image extension
+ for conversion of EPS files.
+ https://tex.stackexchange.com/q/689248/2891
+
2023-06-18 Karl Berry <karl at freefriends.org>
* update-htfonts: dup verbose assignment.
Modified: trunk/lit/tex4ht-html4.tex
===================================================================
--- trunk/lit/tex4ht-html4.tex 2023-06-18 14:48:55 UTC (rev 1343)
+++ trunk/lit/tex4ht-html4.tex 2023-06-22 07:56:38 UTC (rev 1344)
@@ -13963,7 +13963,7 @@
\Configure{EpsConvert}{"epstopdf "\Gin at base.eps" && pdf2svg "\Gin at base.pdf" "\Gin at base.svg""}
\else
\Configure{PdfConvert}{png}{"\a:Ghostscript\space -q -dNOPAUSE -dBATCH -dusecropbox -sDEVICE=pngalpha -r\gr:density\space \ifx\Gin at page\@empty\else -dFirstPage="\Gin at page" -dLastPage="\Gin at page"\fi\space -sOutputFile="\Gin at base-\Gin at page.\a:PdfConvert" "\Gin at base.pdf" "}
-\Configure{EpsConvert}{"\a:Ghostscript\space -dSAFER -dBATCH -dNOPAUSE -dEPSCrop -r\gr:density\space -sDEVICE=pngalpha -sOutputFile="\Gin at base.png" "\Gin at base.eps" "}
+\Configure{EpsConvert}{"\a:Ghostscript\space -dSAFER -dBATCH -dNOPAUSE -dEPSCrop -r\gr:density\space -sDEVICE=pngalpha -sOutputFile="\Gin at base\PictExt" "\Gin at base.eps" "}
\fi
\Configure{graphics*}
{pdf}
More information about the tex4ht-commits
mailing list.