groff
[Top][All Lists]
Advanced

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

Re: [Groff] groff -mgm: .PIC...


From: Ted Harding
Subject: Re: [Groff] groff -mgm: .PIC...
Date: Mon, 29 Jan 2001 23:10:50 -0000 (GMT)

On 29-Jan-01 G Hasse wrote:
> On Mon, 29 Jan 2001, Lars Stavholm wrote:
> 
>> Has anyone successfully used the mm (mgm) macro `.PIC'
>> to include (Embedded) Postscript files?
> 
> It must be EPS files and you do something like
> 
> .PSPIC ./bilder/Netscape001.ps 3i
> 
> 
> The postscript files must start with something like
> 
> %!PS-Adobe-2.0 EPSF-2.0
> %%Creator: pnmtops
> %%Title: noname.ps
> %%Pages: 1
> %%BoundingBox: 15 247 597 514
> %%EndComments

The essentials (and sufficient for PSPIC to work) are

  %!PS-Adobe-N.0  (where N could be say 3)
  %%BoundingBox: llx lly urx ury  (where llx etc are integers as above)

and these lines need not be consecutive. An alternative form is

  %!PS-Adobe-N.0
  %%BoundingBox: (at end)
  ....
  %%Trailer
  %%BoundingBox: llx lly urx ury

Ted.

--------------------------------------------------------------------
Topical Thought:   It is better to arrive, than to travel hopefully.
E-Mail: (Ted Harding) <address@hidden>
Fax-to-email: +44 (0)870 284 7749
Date: 29-Jan-01                                       Time: 23:10:50
------------------------------ XFMail ------------------------------

reply via email to

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