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

19 lines
457 B
Tcsh
Executable File

#! /bin/tcsh -f
# Makes the complete set of TeX image fonts
# and installs them in the proper location.
echo "====================================="
echo "PNG Suite:"
./makePNGsuite
echo "====================================="
echo "Range Suite:"
./makeRangeSuite
echo "====================================="
echo "Data:"
./makeData
echo "====================================="
echo "Install:"
./makeInstall
echo "====================================="