texlive[51365] Master/texmf-dist/tex/generic/tex4ht/html4.4ht: do not
commits+karl at tug.org
commits+karl at tug.org
Tue Jun 11 23:48:41 CEST 2019
Revision: 51365
http://tug.org/svn/texlive?view=revision&revision=51365
Author: karl
Date: 2019-06-11 23:48:41 +0200 (Tue, 11 Jun 2019)
Log Message:
-----------
do not pass pdf name to epstopdf, for Windows, tex4ht r577
Revision Links:
--------------
http://tug.org/svn/texlive?view=revision&revision=577
Modified Paths:
--------------
trunk/Master/texmf-dist/tex/generic/tex4ht/html4.4ht
Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/html4.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/html4.4ht 2019-06-11 21:01:50 UTC (rev 51364)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/html4.4ht 2019-06-11 21:48:41 UTC (rev 51365)
@@ -1,4 +1,4 @@
-% html4.4ht (2019-06-10-14:27), generated from tex4ht-html4.tex
+% html4.4ht (2019-06-11-14:47), generated from tex4ht-html4.tex
% Copyright 2009-2019 TeX Users Group
% Copyright 1997-2009 Eitan M. Gurari
%
@@ -17,7 +17,7 @@
%
% If you modify this program, changing the
% version identification would be appreciated.
-\immediate\write-1{version 2019-06-10-14:27}
+\immediate\write-1{version 2019-06-11-14:47}
\exit:ifnot{8859-6,%
CJK,%
@@ -11361,7 +11361,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 tex-live-commits
mailing list