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

michal_h21 at gnu.org.ua michal_h21 at gnu.org.ua
Fri Nov 30 00:25:43 CET 2018


Author: michal_h21
Date: 2018-11-30 01:25:43 +0200 (Fri, 30 Nov 2018)
New Revision: 454

Modified:
   trunk/lit/tex4ht-html4.tex
Log:
Use small s in the Ghostscript configuration name

Modified: trunk/lit/tex4ht-html4.tex
===================================================================
--- trunk/lit/tex4ht-html4.tex	2018-11-29 19:01:55 UTC (rev 453)
+++ trunk/lit/tex4ht-html4.tex	2018-11-29 23:25:43 UTC (rev 454)
@@ -13633,14 +13633,14 @@
    \Picture[\a:GraphicsAlt]{{\Gin at base\PictExt} |<graphics dim|>}}
 
 
-\NewConfigure{GhostScript}{1}
+\NewConfigure{Ghostscript}{1}
 \NewConfigure{PdfConvert}{2}
-\Configure{GhostScript}{rungs}
+\Configure{Ghostscript}{rungs}
 \edef\svg:ext{.svg}
 \ifx\PictExt\svg:ext
 \Configure{PdfConvert}{svg}{"pdf2svg '\Gin at base.pdf' '\Gin at base-\Gin at page.\a:PdfConvert' \Gin at page"}
 \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{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"}
 \fi
 \Configure{graphics*}
    {pdf}



More information about the tex4ht-commits mailing list