Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!apple!tahoe!jimi!hammond.cs.unlv.edu!grover From: grover@hammond.cs.unlv.edu (Kevin Grover) Newsgroups: comp.lang.postscript Subject: Re: Help! A Simple Question... Keywords: postscript, rotate, scaleing Message-ID: <1991Mar20.210157.17732@unlv.edu> Date: 20 Mar 91 21:01:57 GMT References: <1991Mar20.031537.22872@cec1.wustl.edu> Sender: news@unlv.edu (News User) Reply-To: grover@hammond.cs.unlv.edu (Kevin Grover) Distribution: na Organization: UNLV Computer Science and Electrical Engineering Lines: 21 In article <1991Mar20.031537.22872@cec1.wustl.edu>, jma7759@cec1.wustl.edu (James Michael Anderson) writes: [ Question about printing wide file smaller ] ) 72 1000 div dup scale This is the line to look at. It sets the scale to 72/1000 72/1000 (because the dup duplicates the result of 72 1000 div.) Since, postscript does 72 points per inch by default, this places 1000 points per inch (I think???). Anyway, make the 1000 larger and the scale will be smaller (and thus more should fit on the page.) NOTE: This a quick answer, and I did not test it. If it does not work, it should at least help you along in the right direction. -- +-------------------------------------------------+----------------------+ | Kevin Grover UNLV Computer Science | Home of the | | grover@cs.unlv.edu Las Vegas, Nevada | Running REBELS | +-------------------------------------------------+----------------------+