diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2010-09-19 08:25:30 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2010-09-19 08:25:30 +0000 |
commit | 77215650a9e7341885b43f4abd9c747055caca1c (patch) | |
tree | 3ade7139a5d44d7655ebc4a87ab5341533693d89 | |
parent | 2337ebf9fbf1d8b3c4ab42d43b7d25f3ec6977e7 (diff) |
use rungs in win32/tex4ht.env because a user says that gswin32c cannot be found.
git-svn-id: svn://tug.org/texlive/trunk@19804 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/tex4ht/base/win32/tex4ht.env | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex4ht/base/win32/tex4ht.env b/Master/texmf-dist/tex4ht/base/win32/tex4ht.env index 721b6c67a10..232af344d32 100644 --- a/Master/texmf-dist/tex4ht/base/win32/tex4ht.env +++ b/Master/texmf-dist/tex4ht/base/win32/tex4ht.env @@ -159,7 +159,7 @@ G.png Gif exist zz%%4.ps DEL zz%%4.ps >nul Gif exist %%3 DEL %%3 >nul Gdvips -E -q -Ppdf -f %%1 -pp %%2 > zz%%4.ps -Ggswin32c -sDEVICE=pngalpha -sOutputFile=%%3 -r110x110 -dEPSCrop -dBackgroundColor=16#ffffff -dTextAlphaBits=2 -dGraphicsAlphaBits=2 -q -dbatch -dNOPAUSE zz%%4.ps -c quit +Grungs -sDEVICE=pngalpha -sOutputFile=%%3 -r110x110 -dEPSCrop -dBackgroundColor=16#ffffff -dTextAlphaBits=2 -dGraphicsAlphaBits=2 -q -dbatch -dNOPAUSE zz%%4.ps -c quit Gif exist zz%%4.ps DEL zz%%4.ps >nul G.svg Gif exist zz%%4.ps DEL zz%%4.ps >nul @@ -184,7 +184,7 @@ Gif exist zz%%4.ps DEL zz%%4.ps Gif exist zz%%4.ppm DEL zz%%4.ppm Gif exist temp.ppm DEL temp.ppm Gdvips -Ppdf -mode ibmvga -D 110 -f %%1 -pp %%2 > zz%%4.ps -Ggswin32c -sDEVICE=ppm -r110 -sOutputFile=zz%%4.ppm -q -dbatch -dTextAlphaBits=4 -dGraphicsAlphaBits=4 -dNOPAUSE zz%%4.ps -c quit +Grungs -sDEVICE=ppm -r110 -sOutputFile=zz%%4.ppm -q -dbatch -dTextAlphaBits=4 -dGraphicsAlphaBits=4 -dNOPAUSE zz%%4.ps -c quit Gmove /y zz%%4.ppm temp.ppm Gpnmcrop temp.ppm > zz%%4.ppm Gif exist %%3 DEL %%3 @@ -208,7 +208,7 @@ Gdvipng -T tight -x 1400 -D 72 -bg Transparent -gif -pp %%2:%%2 %%1 -o %%3 Gif exist zz%%4.ps DEL zz%%4.ps >nul Gif exist %%3 DEL %%3 >nul Gdvips -E -q -Ppdf -D 110 -mode ibmvga -f %%1 -pp %%2 -o zz%%4.ps -Ggswin32c -dbatch -dNOPAUSE -sDEVICE=pngalpha -dEPSCrop ``-dBackgroundColor=16#ffffff'' -dTextAlphaBits=4 -dGraphicsAlphaBits=4 -r110x110 -sOutputFile=%%3 -q zz%%4.ps -c quit +Grungs -dbatch -dNOPAUSE -sDEVICE=pngalpha -dEPSCrop ``-dBackgroundColor=16#ffffff'' -dTextAlphaBits=4 -dGraphicsAlphaBits=4 -r110x110 -sOutputFile=%%3 -q zz%%4.ps -c quit Gif exist zz%%4.ps DEL zz%%4.ps >nul </gs> |