home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.next.programmer
- Path: sparky!uunet!cs.utexas.edu!tamsun.tamu.edu!news
- From: d1h1883@sc.tamu.edu (Dave Hess)
- Subject: Re: strange color PS problem....
- Message-ID: <1992Sep9.191814.7147@tamsun.tamu.edu>
- Sender: news@tamsun.tamu.edu (Read News)
- Reply-To: David-Hess@tamu.edu
- Organization: Texas A&M University, College Station
- References: <1992Sep9.133450.3506@tamsun.tamu.edu>
- Date: Wed, 9 Sep 1992 19:18:14 GMT
- Lines: 35
-
- In article <1992Sep9.133450.3506@tamsun.tamu.edu> d1h1883@sc.tamu.edu (Dave
- Hess) writes:
- >
- > Add/change the following at the top of the doc.
- >
- > %!PS-Adobe-2.0
- > %%EndComments
- > %%BeginProlog
- >
- > Put the following just before the first page begins.
- >
- > %%EndProlog
- > %%Page: 1 1
- >
- > Put the following before the rest of the pages (usually after showpage's)
- > where x is the proper page number.
- >
- > %%Page: x x
- >
- > That is usually enough to make Preview happy.
- >
- > Note that depending on the consistency of the output, you can probably
- > automate these steps in a shell script (I've got one for PATRAN on the
- Cray).
- >
- > Hope that helps.
- >
-
- Oops. This is a reposting for those of us who have NewsGrazer which
- inadvertantly misinterpreted my posting as a PostScript document. :-)
-
- --
- David K. Hess
- Graduate Assistant David-Hess@tamu.edu
- Supercomputer Center Texas A&M University
-