home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / GRAPHICS / PSCRIPT / GS241PS.ZIP / LANDSCAP.PS < prev    next >
Encoding:
Text File  |  1991-06-23  |  210 b   |  9 lines

  1. % A small prologue for displaying landscape-mode files.
  2.  
  3.     clippath pathbbox
  4.     4 dict begin
  5.     /ury exch def /urx exch def /lly exch def /llx exch def
  6.     90 rotate
  7.     ury urx sub llx ury add neg translate
  8.     end
  9.