diff options
Diffstat (limited to 'Master/texmf-dist/tex4ht/base/unix/tex4ht.env')
-rw-r--r-- | Master/texmf-dist/tex4ht/base/unix/tex4ht.env | 54 |
1 files changed, 47 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex4ht/base/unix/tex4ht.env b/Master/texmf-dist/tex4ht/base/unix/tex4ht.env index 2c08837f97f..0d31d490694 100644 --- a/Master/texmf-dist/tex4ht/base/unix/tex4ht.env +++ b/Master/texmf-dist/tex4ht/base/unix/tex4ht.env @@ -1,6 +1,6 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% tex4ht.env / .tex4ht (unix) 2005-09-27-00:42 % -% Copyright (C) 1997--2005 Eitan M. Gurari % +% tex4ht.env / .tex4ht (unix) 2006-11-17-21:43 % +% Copyright (C) 1997--2006 Eitan M. Gurari % % % % This work may be distributed and/or modified under the % % conditions of the LaTeX Project Public License, either % @@ -122,6 +122,21 @@ i~/tex4ht.dir/texmf/tex4ht/ht-fonts/ascii/! i~/tex4ht.dir/texmf/tex4ht/ht-fonts/alias/! </unihtf> +<emspkhtf> +i~/tex4ht.dir/texmf/tex4ht/ht-fonts/html-speech/! +i~/tex4ht.dir/texmf/tex4ht/ht-fonts/unicode/! +i~/tex4ht.dir/texmf/tex4ht/ht-fonts/ascii/! +i~/tex4ht.dir/texmf/tex4ht/ht-fonts/alias/! +i~/tex4ht.dir/texmf/tex4ht/ht-fonts/css/emacspeak/! +</emspkhtf> + +<jsmlhtf> +i~/tex4ht.dir/texmf/tex4ht/ht-fonts/jsml/! +i~/tex4ht.dir/texmf/tex4ht/ht-fonts/unicode/! +i~/tex4ht.dir/texmf/tex4ht/ht-fonts/ascii/! +i~/tex4ht.dir/texmf/tex4ht/ht-fonts/alias/! +</jsmlhtf> + % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % dvi-to-xxx % @@ -154,7 +169,8 @@ Gdvips -Ppdf -mode ibmvga -D 110 -f %%1 -pp %%2 > zz%%4.ps Ggs -sDEVICE=ppm -r110 -sOutputFile=zz%%4.ppm -q -dbatch -dTextAlphaBits=4 -dGraphicsAlphaBits=4 -dNOPAUSE zz%%4.ps -c quit Gmv zz%%4.ppm temp.ppm Gpnmcrop temp.ppm > zz%%4.ppm -Gppmtopng -interlace -transparent 1,1,1 zz%%4.ppm > %%3 +Gpnmtopng -interlace -transparent 1,1,1 zz%%4.ppm > %%3 + Gppmtopng -interlace -transparent 1,1,1 zz%%4.ppm > %%3 Grm zz%%4.ps Grm zz%%4.ppm Grm temp.ppm @@ -164,9 +180,9 @@ Grm temp.ppm G.png Gdvipng -T tight -x 1400 -D 72 -bg Transparent -pp %%2:%%2 %%1 -o %%3 G.gif -Gdvipng -T tight -x 1400 -D 72 -bg Transparent -pp -gif %%2:%%2 %%1 -o %%3 +Gdvipng -T tight -x 1400 -D 72 -bg Transparent -gif -pp %%2:%%2 %%1 -o %%3 G. -Gdvips -Ppdf -mode ibmvga -D 110 -f > zz%%4.ps +Gdvips -Ppdf -mode ibmvga -D 110 -f %%1 -pp %%2 > zz%%4.ps Gconvert -crop 0x0 -density 110x110 -transparent '#FFFFFF' zz%%4.ps %%3 Grm zz%%4.ps </dvipng> @@ -204,12 +220,19 @@ S* .css mycssparser %%1.css </validate> % +<ooxtpipes> +.4oo mv %%0.4oo %%0.tmp +.4oo java -classpath ~/tex4ht.dir/texmf/tex4ht/bin xtpipes -i ~/tex4ht.dir/texmf/tex4ht/xttl/ -o %%0.4oo %%0.tmp +.4om mv %%1.4om %%1.tmp +.4om java -classpath ~/tex4ht.dir/texmf/tex4ht/bin xtpipes -i ~/tex4ht.dir/texmf/tex4ht/xttl/ -o %%1.4om %%1.tmp +</ooxtpipes> +% <oo> %%% openoffice % -.4os mkdir sxw-%%0.dir +.4oo mkdir sxw-%%0.dir .4os mkdir sxw-%%0.dir/Pictures .4os mv %%1.4os sxw-%%0.dir/settings.xml -.4os mv %%0.xml sxw-%%0.dir/content.xml +.4oo mv %%0.4oo sxw-%%0.dir/content.xml % % .4om mkdir sxw-%%0.dir/%%1 .4om mv %%1.4om sxw-%%0.dir/%%1/content.xml @@ -239,11 +262,28 @@ S* </oo> % <javahelp> +.jhm echo "java -jar ${HOME}/jh2.0/javahelp/bin/jhindexer.jar -db %%0-doc/%%1-jhs %%1*.html" +.jhm echo "--- Warning --- Beware of leftover %%1*.html files from other compilations" .jhm java -jar ${HOME}/jh2.0/javahelp/bin/jhindexer.jar -db %%0-doc/%%1-jhs %%1*.html </javahelp> <javahelp1> .jhm java -jar ${HOME}/jh1.1.3/javahelp/bin/jhindexer.jar -db %%0-doc/%%1-jhs %%1*.html </javahelp1> +<emspk> +.html mv %%1.html %%1.tmp +.html java -classpath ~/tex4ht.dir/texmf/tex4ht/bin xtpipes -i ~/tex4ht.dir/texmf/tex4ht/xttl/ -o %%1.html %%1.tmp +</emspk> + +<jsml> +.jsml mv %%1.jsml %%1.tmp +.jsml java -classpath ~/tex4ht.dir/texmf/tex4ht/bin xtpipes -i ~/tex4ht.dir/texmf/tex4ht/xttl/ -o %%1.jsml %%1.tmp +</jsml> + +<docbk> +.xml cp %%1.xml %%1.tmp +.xml java -classpath ~/tex4ht.dir/texmf/tex4ht/bin xtpipes -i ~/tex4ht.dir/texmf/tex4ht/xttl/ -o %%1.xml %%1.tmp +</docbk> + % end of file % |