home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2 / Openstep-4.2-Intel-User.iso / usr / lib / transcript / psnup.pro < prev    next >
Text File  |  1997-03-29  |  423b  |  30 lines

  1. % Psnup prolog 
  2. %
  3. %
  4. /PNSP { % scalefactor PNSP
  5.     /PN save def
  6.     dup scale
  7. } bind def
  8.  
  9. /PNEP {
  10.     PN restore
  11.     PNshowpage
  12. } bind def
  13.  
  14. /PNBOX { % width height PNBOX
  15.     exch /width exch def
  16.     0 0 moveto
  17.     width 0 rlineto
  18.     0 exch rlineto
  19.     0 width sub 0 rlineto
  20.     closepath
  21.     stroke
  22. } bind def
  23.  
  24. /PNLS { % scalefactor -width PNLS
  25.     /PN save def
  26.     90 rotate
  27.     0 exch translate
  28.     dup scale
  29. } bind def
  30.