texlive[49272] Master/texmf-dist/tex/generic/tex4ht/html4.4ht:

commits+karl at tug.org commits+karl at tug.org
Fri Nov 30 00:14:58 CET 2018


Revision: 49272
          http://tug.org/svn/texlive?view=revision&revision=49272
Author:   karl
Date:     2018-11-30 00:14:58 +0100 (Fri, 30 Nov 2018)
Log Message:
-----------
grouping, ghostscript, tex4ht r452-453

Revision Links:
--------------
    http://tug.org/svn/texlive?view=revision&revision=452

Modified Paths:
--------------
    trunk/Master/texmf-dist/tex/generic/tex4ht/html4.4ht

Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/html4.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/html4.4ht	2018-11-29 16:48:31 UTC (rev 49271)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/html4.4ht	2018-11-29 23:14:58 UTC (rev 49272)
@@ -1,4 +1,4 @@
-% html4.4ht (2018-11-29-08:37), generated from tex4ht-html4.tex
+% html4.4ht (2018-11-29-13:17), generated from tex4ht-html4.tex
 % Copyright 2009-2018 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 2018-11-29-08:37}
+\immediate\write-1{version 2018-11-29-13:17}
 
 \exit:ifnot{8859-6,% 
 CJK,% 
@@ -555,12 +555,12 @@
 
 
 \NewConfigure{AddCss}[1]{%
-  \Configure{Needs}{File: #1}\Needs{}
+  {\Configure{Needs}{File: #1}\Needs{}}
   \Configure{@HEAD}{\HCode{<link rel="stylesheet" type="text/css" href="#1" />\Hnewline}}
 }
 
 \NewConfigure{AddJs}[1]{%
-  \Configure{Needs}{File: #1}\Needs{}
+  {\Configure{Needs}{File: #1}\Needs{}}
   \Configure{@HEAD}{\HCode{\Hnewline<script type="text/javascript" src="#1"></script>\Hnewline}}
 }
 
@@ -572,7 +572,7 @@
         url('#3');
     #4
  }}
- \Configure{Needs}{File: #3}\Needs{}
+ {\Configure{Needs}{File: #3}\Needs{}}
 }
 
 
@@ -11335,12 +11335,14 @@
 }}
 
 
+\NewConfigure{GhostScript}{1}
 \NewConfigure{PdfConvert}{2}
+\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}{"rungs -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 tex-live-commits mailing list