home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 2: PC / frozenfish_august_1995.bin / bbs / d07xx / d0796.lha / PSTools / PSTools2.lha / PSpks / cm.pk300 next >
Text File  |  1992-12-13  |  307b  |  11 lines

  1. #!/bin/sh
  2. # This file is CM.pk300
  3. # Convert all the gf300 fonts to pk format
  4. # This file converts the Unix distribution CM fonts. 
  5. #       (plain.tex lplain.tex [10pt set only], webmac.tex)
  6. export GFFONTS;GFFONTS=/src/tex/cmfonts/gf/gf300
  7. for f in `find $GFFONTS -name '*gf' -print` 
  8. do
  9.   gftopk -v $f
  10. done
  11.