home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 9 / FreshFishVol9-CD2.bin / bbs / gnu / unixtex-6.1b-src.lha / unixtex-6.1b / dvipsk / texc.script < prev    next >
Encoding:
Text File  |  1994-11-25  |  304 b   |  13 lines

  1. #! /bin/sh
  2. # A shell script to convert tex.lpro to texc.lpro
  3. #
  4. # To use it, say
  5. #       texc.script tex.lpro texc.lpro
  6. #
  7. ed -s $1 <<edscriptend
  8. /% begin code for uncompressed fonts only/d
  9. .,/% end code for uncompressed fonts only/d
  10. .,/% end of code for unpacking compressed fonts/s/% //
  11. w $2
  12. edscriptend
  13.