[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: important 1.18/1.19 difference (ie a bug)
From: |
Werner LEMBERG |
Subject: |
Re: important 1.18/1.19 difference (ie a bug) |
Date: |
Fri, 01 Aug 2003 14:31:19 +0200 (CEST) |
> Version 1.19 appears to have broken the support for bounding boxes.
> That is, adding a bounding box and running it through epstopdf does
> not produce a cropped pdf, but a full page pdf.
This is intentional, not a bug. groff isn't meant to produce
encapsulated PostScript (volunteers are welcome to add that feature to
grops, perhaps in a similar way to dvips). To avoid the emission of
/setpagedevice pass option `-b16' to grops, e.g.
groff -Tps -P-b16 foo > foo.ps
Werner
PS: We hope to fix HTML very soon now.
- Re: important 1.18/1.19 difference (ie a bug),
Werner LEMBERG <=