scribble-math/mathjax-dev/fonts/OTF/TeX/makeAll
2010-08-02 17:46:41 +00:00

21 lines
399 B
Tcsh
Executable File

#! /bin/csh -f
# Makes all the font files, and installs
# them in the mathjax/fonts/HTML-CSS/TeX directory
#
# Usage: ./makeAll
rm ff/* otf/* ttf/* eot/* svg/*
echo "------------------"
./makeBlacker 15 # values between 10 and 30 seem best
echo "------------------"
./makePFA
echo "------------------"
./makeFF
echo "------------------"
./makeOTF
echo "------------------"
./makeInstall