summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex-tipps-und-tricks/fontinst.pl
blob: 53c5732eebfea6b7b5b762fab559baaa23294a0a (plain)
1
2
3
4
5
6
7
8
9
# fontinst.pl
foreach $file (<*.pl>)
{ ($filename) = $file =~ /(\w+)\.pl/;
  system("pltotf $file $filename.tfm");
}
foreach $file (<*.vpl>)
{ ($filename) = $file =~ /(\w+)\.vpl/;
  system("vptovf $file $filename.vf $filename.tfm");
}