Path: utzoo!mnetor!uunet!husc6!mailrus!umix!umich!spline.eecs.umich.edu!spencer From: spencer@spline.eecs.umich.edu (Spencer W. Thomas) Newsgroups: comp.lang.postscript Subject: Re: psdraft Message-ID: <840@zippy.eecs.umich.edu> Date: 28 Apr 88 13:55:19 GMT References: <8996@sol.ARPA> <9078@sol.ARPA> Sender: root@zippy.eecs.umich.edu Reply-To: spencer@spline.eecs.umich.edu (Spencer W. Thomas) Organization: University of Michigan EECS, Ann Arbor Lines: 17 UUCP-Path: spline!spencer > Next question. How do I make a transparent stipple? I tried doing 0.90 > setgray then (string) show but it obscures the existing page contents. > I suppose I could lay the gray string first thing, but I see no > beginning of page operator I can redefine. Yes, I ran into this problem. It's actually possible to do for specific types of postscript files, but I couldn't figure a good way to do it in general, especially given that psrev (or a similar program) may decide to re-order the file. (E.g., there was one posted a while ago that would do what you wanted for files output by a specific TeX postprocessor.) If you know you won't have psrev screwing things up, you can modify showpage to draw the DRAFT string after it actually does the show, and then draw one instance of the string before you get started. =Spencer (spencer@crim.eecs.umich.edu)