home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 3 / Meeting_Pearls_III.iso / Pearls / texmf / source / dvips / reencode / treen2.sh < prev   
Encoding:
Linux/UNIX/POSIX Shell Script  |  1992-04-24  |  322 b   |  13 lines

  1. #!/bin/csh
  2. #   Tests font reencoding
  3. afm2tfm Times-Roman.afm -T funky.enc -v ptmr9 rptmr9
  4. vptovf ptmr9.vpl ptmr9.vf ptmr9.tfm
  5. tex testfont <<EOF
  6. ptmr9
  7. \leftline{\bf Funky Times-Roman; Standard + Funky}
  8. \sample
  9. Y through x or x.  pp and then pp and then pp.  pp//pp//pp.  ++ // pippy
  10. \bye
  11. EOF
  12. dvips testfont -o testfont.ps
  13.