
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@546 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
11 lines
176 B
Tcsh
Executable File
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
|