[tex4ht-commits] [SCM] tex4ht updated: r577 - trunk/lit
michal_h21 at gnu.org.ua
michal_h21 at gnu.org.ua
Tue Jun 11 17:44:23 CEST 2019
Author: michal_h21
Date: 2019-06-11 18:44:22 +0300 (Tue, 11 Jun 2019)
New Revision: 577
Modified:
trunk/lit/ChangeLog
trunk/lit/tex4ht-html4.tex
Log:
don't use pdf name for epstopdf
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2019-06-10 12:53:58 UTC (rev 576)
+++ trunk/lit/ChangeLog 2019-06-11 15:44:22 UTC (rev 577)
@@ -1,3 +1,8 @@
+2019-06-11 Michal Hoftich <michal.h21 at gmail.com>
+
+ * tex4ht-html4.tex (html4.4ht): don't pass the PDF name to epstopdf, it can
+ fail on Windows
+
2019-06-10 Michal Hoftich <michal.h21 at gmail.com>
* tex4ht-html4.tex (html4.4ht): made the command used for the EPS graphics
Modified: trunk/lit/tex4ht-html4.tex
===================================================================
--- trunk/lit/tex4ht-html4.tex 2019-06-10 12:53:58 UTC (rev 576)
+++ trunk/lit/tex4ht-html4.tex 2019-06-11 15:44:22 UTC (rev 577)
@@ -13693,7 +13693,7 @@
% the resulting SVG is basically PNG encapsulated in SVG
% \Configure{EpsConvert}{"\a:ImageMagick\space '\Gin at base.eps' '\Gin at base.svg'"}
% it is better to use the following command. pdf2svg must be installed separately.
-\Configure{EpsConvert}{"epstopdf '\Gin at base.eps' '\Gin at base.pdf' && pdf2svg '\Gin at base.pdf' '\Gin at base.svg'"}
+\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 -sDEVICE=pngalpha -r300 \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 -r120 -sDEVICE=pngalpha -sOutputFile='\Gin at base.png' '\Gin at base.eps' "}
More information about the tex4ht-commits
mailing list