X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=tex4ht.env;fp=tex4ht.env;h=458ab35d870ce14a6ce0f0805c7db0ba4d1cf4ab;hp=0000000000000000000000000000000000000000;hb=ba43899e603914d20c33b929f10764fb12f32b0c;hpb=c09cd30d45162e3248a33baefb7a28feb8e1487a diff --git a/tex4ht.env b/tex4ht.env new file mode 100644 index 0000000..458ab35 --- /dev/null +++ b/tex4ht.env @@ -0,0 +1,52 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% tex4ht.env +% +% Notes: +% 1. empty lines are harmful +% 2. place this file in your work +% directory +% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% * Replace `path' and `tfmpath/...' +% ~ for environment variable HOME +% ~~ for environment variable TEX4HTTFM +% * A ! requests recursive search into +% subdirectories +% * Multiple entries of each type are +% allowed +% +%ttfmpath/tex/texmf/fonts/tfm/! +%ipath/tex4ht.dir/ht-fonts/iso8859/! +%ipath/tex4ht.dir/ht-fonts/alias/! +% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Replace `path' +% bookkeeping for searched files +%lpath/tex4ht.dir/tex4ht.fls +% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Default scripts +% + s--- needs --- %%1.idv[%%2] ==> %%3 --- + b--- characters --- + g.png +% remove protection +S* +% dvi-to-png +% dvips options +% magnification: -x mag (e.g., -x 1200) +% page size: -T x,y (e.g., -T 14in,14in) +Gdvips -Pcmz -Pamz -mode ibmvga -D 110 -f %%1 -pp %%2 > zz%%4.ps +%Ggs -sDEVICE=ppm -sOutputFile=zz%%4.ppm -r110x110 -dTextAlphaBits=2 -dGraphicsAlphaBits=2 -q -dbatch -dNOPAUSE zz%%4.ps -c quit +Gconvert -crop 0x0 -density 130x130 -geometry 90% -transparent '#FFFFFF' zz%%4.ps %%3 +Grm zz%%4.ps +% t4ht -d%%2 +Mmv %%1 %%2%%3 +Ccp %%1 %%2%%3 +% t4ht -d%%2 -m%%1 +Achmod %%1 %%2%%3 +% empty gifs + Ecp empty.gif %%1%%2 +% validations, XSTL tranformations,... + Xmake -f NSGMLS name=%%1 ext=%%2 +% end of file