home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / zip / gnu / gs252b.lzh / GS252B / LANDSCAP.PS < prev    next >
Text File  |  1993-07-30  |  217b  |  9 lines

  1. % A small prologue for displaying landscape-mode files.
  2.  
  3.     gsave clippath pathbbox grestore
  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.