From c491203323190a7aec96c71207114a1749ac07c3 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 11 Jun 2019 21:48:41 +0000 Subject: 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 --- Master/texmf-dist/tex/generic/tex4ht/html4.4ht | 6 +++--- 1 file 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' "} -- cgit v1.2.3