diff options
author | Karl Berry <karl@freefriends.org> | 2019-09-03 21:17:27 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-09-03 21:17:27 +0000 |
commit | 94998684b5f18c0070c2a43cbedeafe3560c61b7 (patch) | |
tree | abd3b548728e89683d880192da587a48c2fd1d06 /Master/texmf-dist/tex/generic/tex4ht/ooffice.4ht | |
parent | 0a6d5889f1c12e95653588f7f39f8ab30bbf3e0b (diff) |
double quotes for command parameters for Windows, tex4ht r598-599
git-svn-id: svn://tug.org/texlive/trunk@52023 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/tex4ht/ooffice.4ht')
-rw-r--r-- | Master/texmf-dist/tex/generic/tex4ht/ooffice.4ht | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/ooffice.4ht b/Master/texmf-dist/tex/generic/tex4ht/ooffice.4ht index e327e9872d4..e3fe0d55b81 100644 --- a/Master/texmf-dist/tex/generic/tex4ht/ooffice.4ht +++ b/Master/texmf-dist/tex/generic/tex4ht/ooffice.4ht @@ -1,4 +1,4 @@ -% ooffice.4ht (2019-09-01-14:21), generated from tex4ht-ooffice.tex +% ooffice.4ht (2019-09-03-14:08), generated from tex4ht-ooffice.tex % Copyright 2009-2019 TeX Users Group % Copyright 2001-2009 Maarten Wisse, James Naughton, Eitan M. Gurari % @@ -17,7 +17,7 @@ % % If you modify this program, changing the % version identification would be appreciated. -\immediate\write-1{version 2019-09-01-14:21} +\immediate\write-1{version 2019-09-03-14:08} \exit:ifnot{Preamble,% algorithmicx,% @@ -6949,7 +6949,7 @@ style:display-name="Footnote anchor" style:family="text"> \Configure{Ghostscript}{rungs} \NewConfigure{EpsConvert}{1} -\Configure{EpsConvert}{"\a:Ghostscript\space -dSAFER -dBATCH -dNOPAUSE -dEPSCrop -r120 -sDEVICE=pngalpha -sOutputFile='\Gin@base.png' '\Gin@base.eps' "} +\Configure{EpsConvert}{"\a:Ghostscript\space -dSAFER -dBATCH -dNOPAUSE -dEPSCrop -r120 -sDEVICE=pngalpha -sOutputFile="\Gin@base.png" "\Gin@base.eps" "} \Configure{graphics*} {eps} @@ -6967,7 +6967,7 @@ style:display-name="Footnote anchor" style:family="text"> }} \NewConfigure{PdfConvert}{2} -\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{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{graphics*} {pdf} |