groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Groff] gpic question?


From: Tadziu Hoffmann
Subject: Re: [Groff] gpic question?
Date: Thu, 3 Feb 2005 18:54:48 +0100
User-agent: Mutt/1.4i

> Open 116.ps in your favourite editor.
> Replace
> 
>       %!PS
> 
> at the top of the file with
> 
>       %!PS-Adobe-1.0
> 
> and add
> 
>       %%EOF
> 
> at the bottom.
> Then it will show just fine in kghostview and gv.

You should also move all the %%BeginGlobal/%%EndGlobal
blocks into the Prolog (i.e., before %%EndProlog).
Page independence requires that all definitions that
are used on more than one page to be contained in the
header (and not on the first page that uses them), since
you may want to print (or view) the pages out-of-order.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]