home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD 12 / 12_pcplus_supercd.iso / COMUN / NWMAC / NW_MAC / POSTTEXT.STP < prev    next >
Encoding:
Text File  |  1993-03-31  |  417 b   |  14 lines

  1. %!
  2. %                        3/31/93
  3. %    POSTTEXT.STP
  4. %
  5. %        this PostScript program can be prepended to a text file
  6. %    to allow it to print on on a PostScript printer
  7. %
  8. /x{44 747 moveto}def
  9. /z 999 string def
  10. /p{{currentfile cvlit z readline not{exit}if show 44 currentpoint exch 
  11. pop 11 sub dup 31 le z 0 get 12 eq or{z 0 0 put pop pop showpage x}
  12. {moveto}ifelse}loop showpage} def
  13. /Courier findfont 10.4 scalefont setfont x p
  14.