Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!agate!shelby!polya!rokicki From: rokicki@polya.Stanford.EDU (Tomas G. Rokicki) Newsgroups: comp.lang.postscript Subject: Re: BeginSetup/EndSetup Message-ID: <9235@polya.Stanford.EDU> Date: 17 May 89 03:05:57 GMT References: <3780@imagen.UUCP> Sender: Tomas G. Rokicki Reply-To: rokicki@polya.Stanford.EDU (Tomas G. Rokicki) Organization: Stanford University Lines: 25 >>>... >>>%%BeginSetup >>>% we possibly change the CTM here, maybe even stash it away >>>% for later use > I need to ask another question... were you thinking of storing your > preamble in the printer using exitserver, then just sending the > document part later? No, I agree that might be stretching things. As it turns out, I've decided not to do it that way after all. Though it is perfectly legal and works just fine on printers, it fails in an environment such as DPS* where scaling and zooming might modify the default CTM at unpredictable ways. *By DPS I mean Display PostScript running an interactive view program that repeatedly executes the Page portion at different resolutions under user control. As non-printer environments for PostScript become more common I imagine such issues may well become important and may lead to some additional recommendations on what is the `suggested' format of PS files. -tom