Hi Folks,
I'm encountering some problems importing an EPS file into a groff
document. This is part of an attempt to resolve difficulties
arising in the production of EPS graphics using the R statistical
software package, in particular the use of the function embedFonts().
For those who want to trac
> Attached are two EPS files:
>
> test1.eps
> test1-EMB2.eps
>
[snip]
File "test1-EMB2.eps" contains a call to "setpagedevice"
(through "setpagesize"), which is a bin no-no for EPS files.
Does the problem still occur If you delete the line that says
"720 360 /letter setpagesize"?
On 09-Sep-09 16:20:36, Tadziu Hoffmann wrote:
>> Attached are two EPS files:
>>
>> test1.eps
>> test1-EMB2.eps
>>
> [snip]
>
> File "test1-EMB2.eps" contains a call to "setpagedevice"
> (through "setpagesize"), which is a bin no-no for EPS files.
> Does the problem still occur If you delete
On Wed, Sep 09, 2009 at 04:05:10PM +0100, Ted Harding wrote:
> gs -dNOPAUSE -dBATCH -q -dAutoRotatePages=/None -sDEVICE=pswrite \
>-sOutputFile=/tmp/RtmpjFAoV4/Rembed74b0dc51 \
>-sFONTPATH= -dDEVICEWIDTHPOINTS=720 \
>-dDEVICEHEIGHTPOINTS=360 test1.eps
You probably want to use -sDEVICE=
On 10/09/2009, at 01:05 AM, (Ted Harding) wrote:
Hi Folks,
I'm encountering some problems importing an EPS file into a groff
document. This is part of an attempt to resolve difficulties
arising in the production of EPS graphics using the R statistical
software package, in particular the use of