scribble-math/mathjax-dev/fonts/AFM/STIX/makeFonts
2010-08-02 17:46:41 +00:00

11 lines
176 B
Tcsh
Executable File

#! /bin/csh -f
# Creates the individual font files for each of the STIX fonts
#
# Usage: ./makeFonts
foreach file (afm/*.afm)
echo $file:t
./break-up-font $file
end