home *** CD-ROM | disk | FTP | other *** search
- % For putting the upper part of the Postscript output page
- % into a 640x480 screen.
- %
- % -g640x480 uppr_scr.ps
-
-
- gsave clippath pathbbox grestore
- 4 dict begin
- /ury exch def /urx exch def /lly exch def /llx exch def
- 70 -10 translate
- .95 .95 scale
- ury urx sub llx ury add neg translate
- end
-