[tex4ht-commits] [SCM] tex4ht updated: r599 - trunk/lit
michal_h21 at gnu.org.ua
michal_h21 at gnu.org.ua
Tue Sep 3 21:50:25 CEST 2019
Author: michal_h21
Date: 2019-09-03 22:50:25 +0300 (Tue, 03 Sep 2019)
New Revision: 599
Modified:
trunk/lit/ChangeLog
trunk/lit/tex4ht-html4.tex
Log:
Fixed single quotes in command names in the HTML output
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2019-09-03 14:19:36 UTC (rev 598)
+++ trunk/lit/ChangeLog 2019-09-03 19:50:25 UTC (rev 599)
@@ -1,6 +1,7 @@
2019-09-03 Michal Hoftich <michal.h21 at gmail.com>
- * tex4ht-ooffice.tex (ooffice.4ht): use double quotes for command parameters
+ * tex4ht-ooffice.tex (ooffice.4ht),
+ * tex4ht-html4.tex (html4.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>
Modified: trunk/lit/tex4ht-html4.tex
===================================================================
--- trunk/lit/tex4ht-html4.tex 2019-09-03 14:19:36 UTC (rev 598)
+++ trunk/lit/tex4ht-html4.tex 2019-09-03 19:50:25 UTC (rev 599)
@@ -13690,15 +13690,15 @@
% test the picture output format
\ifx\PictExt\svg:ext
-\Configure{PdfConvert}{svg}{"pdf2svg '\Gin at base.pdf' '\Gin at base-\Gin at page.\a:PdfConvert' \Gin at page"}
+\Configure{PdfConvert}{svg}{"pdf2svg "\Gin at base.pdf" "\Gin at base-\Gin at page.\a:PdfConvert" \Gin at page"}
% the quality of conversion using ImageMagick is quite bad, it rasterizes the vectors and
% 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' && 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' "}
+\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" "}
\fi
\Configure{graphics*}
{pdf}
More information about the tex4ht-commits
mailing list