blob: aac89bab513dbff32e740d11f69aaab32de23945 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
echo '\\expandafter\\def\\csname tex4ht\\endcsname {'$2',xhtml}\\input tex4ht.sty \\input' $1 > $1.tmp
texexec $1.tmp
echo '\\expandafter\\def\\csname tex4ht\\endcsname {'$2',xhtml}\\input tex4ht.sty \\input' $1 > $1.tmp
texexec $1.tmp
echo '\\expandafter\\def\\csname tex4ht\\endcsname {'$2',xhtml}\\input tex4ht.sty \\input' $1 > $1.tmp
texexec $1.tmp
tex4ht -f/$1 -i~/tex4ht.dir/texmf/tex4ht/ht-fonts/$3 -cmozhtf
t4ht -f/$1 $4 -coo
|