blob: 139e38c48391def3a31505ed9178d8020b4b7060 (
plain)
1
2
3
4
5
6
7
|
#!/bin/sh
texexec --arg="ht-1=$2" --use=tex4ht --dvi --nobackend $5 $1
tex4ht -f/$1 -i~/tex4ht.dir/texmf/tex4ht/ht-fonts/$3 -csymhtf
t4ht -f/$1 $4 -cvalidate ## -d~/WWW/temp/ -m644
|