diff options
author | Karl Berry <karl@freefriends.org> | 2018-11-29 23:14:58 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-11-29 23:14:58 +0000 |
commit | 62fd2d08a3db1709b036e097b68370d78ab5b5c7 (patch) | |
tree | 4a966aeb06b93b82db42e1f5a7bf64d071fc0ff0 /Master/texmf-dist/tex/generic/tex4ht | |
parent | 19c7fee73563fcbb6704ae5af39cf2f878ce3e67 (diff) |
grouping, ghostscript, tex4ht r452-453
git-svn-id: svn://tug.org/texlive/trunk@49272 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/tex4ht')
-rw-r--r-- | Master/texmf-dist/tex/generic/tex4ht/html4.4ht | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/html4.4ht b/Master/texmf-dist/tex/generic/tex4ht/html4.4ht index 04f861683f9..f1cb8544a89 100644 --- a/Master/texmf-dist/tex/generic/tex4ht/html4.4ht +++ b/Master/texmf-dist/tex/generic/tex4ht/html4.4ht @@ -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 @@ switches of tex4ht.c) \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 @@ switches of tex4ht.c) url('#3'); #4 }} - \Configure{Needs}{File: #3}\Needs{} + {\Configure{Needs}{File: #3}\Needs{}} } @@ -11335,12 +11335,14 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}% }} +\NewConfigure{GhostScript}{1} \NewConfigure{PdfConvert}{2} +\Configure{GhostScript}{rungs} \edef\svg:ext{.svg} \ifx\PictExt\svg:ext \Configure{PdfConvert}{svg}{"pdf2svg '\Gin@base.pdf' '\Gin@base-\Gin@page.\a:PdfConvert' \Gin@page"} \else -\Configure{PdfConvert}{png}{"rungs -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"} \fi \Configure{graphics*} {pdf} |