[tex4ht-commits] [SCM] tex4ht updated: r598 - trunk/lit

michal_h21 at gnu.org.ua michal_h21 at gnu.org.ua
Tue Sep 3 16:19:36 CEST 2019


Author: michal_h21
Date: 2019-09-03 17:19:36 +0300 (Tue, 03 Sep 2019)
New Revision: 598

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-ooffice.tex
Log:
use double quotes for shell commands

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2019-09-01 18:30:10 UTC (rev 597)
+++ trunk/lit/ChangeLog	2019-09-03 14:19:36 UTC (rev 598)
@@ -1,3 +1,8 @@
+2019-09-03 Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-ooffice.tex (ooffice.4ht): use double quotes for command parameters
+	instead of single quotes. This caused run time error on Windows.
+
 2019-09-01 Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-ooffice.tex (ooffice.4ht): added support for the EPS images.

Modified: trunk/lit/tex4ht-ooffice.tex
===================================================================
--- trunk/lit/tex4ht-ooffice.tex	2019-09-01 18:30:10 UTC (rev 597)
+++ trunk/lit/tex4ht-ooffice.tex	2019-09-03 14:19:36 UTC (rev 598)
@@ -1018,7 +1018,7 @@
 \Configure{Ghostscript}{rungs}
 
 \NewConfigure{EpsConvert}{1}
-\Configure{EpsConvert}{"\a:Ghostscript\space -dSAFER    -dBATCH    -dNOPAUSE    -dEPSCrop    -r120  -sDEVICE=pngalpha -sOutputFile='\Gin at base.png' '\Gin at base.eps' "}
+\Configure{EpsConvert}{"\a:Ghostscript\space -dSAFER    -dBATCH    -dNOPAUSE    -dEPSCrop    -r120  -sDEVICE=pngalpha -sOutputFile="\Gin at base.png" "\Gin at base.eps" "}
 
 \Configure{graphics*}
    {eps}
@@ -1032,7 +1032,7 @@
    \Picture[IMG]{{\imgBase\PictExt} |<graphics dimensions|>}}
 
 \NewConfigure{PdfConvert}{2}
-\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{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{graphics*}
    {pdf}



More information about the tex4ht-commits mailing list