summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-06-11 21:48:41 +0000
committerKarl Berry <karl@freefriends.org>2019-06-11 21:48:41 +0000
commitc491203323190a7aec96c71207114a1749ac07c3 (patch)
treec559450455f87bd065cbd29b02b0962309aba332 /Master/texmf-dist/tex
parent1916574aa9536f615e431e1b246674d9e4cb1bf2 (diff)
do not pass pdf name to epstopdf, for Windows, tex4ht r577
git-svn-id: svn://tug.org/texlive/trunk@51365 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r--Master/texmf-dist/tex/generic/tex4ht/html4.4ht6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/html4.4ht b/Master/texmf-dist/tex/generic/tex4ht/html4.4ht
index 437c8780417..4350b6af332 100644
--- a/Master/texmf-dist/tex/generic/tex4ht/html4.4ht
+++ b/Master/texmf-dist/tex/generic/tex4ht/html4.4ht
@@ -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 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
% the resulting SVG is basically PNG encapsulated in SVG
% \Configure{EpsConvert}{"\a:ImageMagick\space '\Gin@base.eps' '\Gin@base.svg'"}
% it is better to use the following command. pdf2svg must be installed separately.
-\Configure{EpsConvert}{"epstopdf '\Gin@base.eps' '\Gin@base.pdf' && pdf2svg '\Gin@base.pdf' '\Gin@base.svg'"}
+\Configure{EpsConvert}{"epstopdf '\Gin@base.eps' && pdf2svg '\Gin@base.pdf' '\Gin@base.svg'"}
\else
\Configure{PdfConvert}{png}{"\a:Ghostscript\space -q -dNOPAUSE -dBATCH -sDEVICE=pngalpha -r300 \ifx\Gin@page\@empty\else -dFirstPage='\Gin@page' -dLastPage='\Gin@page'\fi\space -sOutputFile='\Gin@base-\Gin@page.\a:PdfConvert' \Gin@base.pdf"}
\Configure{EpsConvert}{"\a:Ghostscript\space -dSAFER -dBATCH -dNOPAUSE -dEPSCrop -r120 -sDEVICE=pngalpha -sOutputFile='\Gin@base.png' '\Gin@base.eps' "}