Aggiornata lista famiglie degli indirizzi e relativa tabella dei tipi
[gapil.git] / tex4ht.env
1 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2 % tex4ht.env
3 %
4 % Notes:
5 %  1. empty lines are harmful
6 %  2. place this file in your work
7 %     directory
8 %
9 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
10 % * Replace `path' and `tfmpath/...'
11 %   ~ for environment variable HOME
12 %   ~~ for environment variable TEX4HTTFM
13 % * A ! requests recursive search into
14 %   subdirectories
15 % * Multiple entries of each type are
16 %   allowed
17 %
18 %ttfmpath/tex/texmf/fonts/tfm/!
19 %ipath/tex4ht.dir/ht-fonts/iso8859/!
20 %ipath/tex4ht.dir/ht-fonts/alias/!
21 %
22 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
23 % Replace `path'
24 % bookkeeping for searched files
25 %lpath/tex4ht.dir/tex4ht.fls
26 %
27 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
28 % Default scripts
29 %
30  s--- needs --- %%1.idv[%%2] ==> %%3 ---
31  b--- characters ---
32  g.png
33 % remove protection
34 S*
35 % dvi-to-png
36 % dvips options
37 %   magnification: -x mag  (e.g., -x 1200)
38 %   page size:     -T x,y  (e.g., -T 14in,14in)
39 Gdvips  -Pcmz -Pamz -mode ibmvga -D 110 -f %%1 -pp %%2 > zz%%4.ps
40 %Ggs -sDEVICE=ppm -sOutputFile=zz%%4.ppm -r110x110 -dTextAlphaBits=2 -dGraphicsAlphaBits=2 -q -dbatch -dNOPAUSE zz%%4.ps -c quit
41 Gconvert  -crop 0x0 -density 130x130 -geometry 90% -transparent '#FFFFFF' zz%%4.ps %%3
42 Grm zz%%4.ps
43 % t4ht -d%%2
44 Mmv %%1 %%2%%3
45 Ccp %%1 %%2%%3
46 % t4ht -d%%2 -m%%1
47 Achmod %%1 %%2%%3
48 % empty gifs
49  Ecp  empty.gif %%1%%2
50 % validations, XSTL tranformations,...
51  Xmake -f NSGMLS name=%%1  ext=%%2
52 % end of file