summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/ae/go
blob: 50fee91bed95de62e41c09d2547e21af50177168 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash
rm cm*.mtx
tex aefonts.tex
for file in *.vpl; do
    vptovf $file
done
rm -f try.tex
echo > try.tex '\let\noinit! \input testfont'
for file in *.tfm; do
    echo '\def\fontname{'`basename $file .tfm`'} \startfont \table \vfill \eject' >> try.tex
done
echo >> try.tex '\bye'
tex try