It seems that if I add a very long title (>1024 chars) something goes
wrong. But only when invoking ps2eps within R like:

postscript("|/usr/bin/ps2eps -s b0 -q  -l -B -O -P > special.eps",
           title=title,
           height=5, width=8, family="Helvetica",
           horizontal = FALSE, onefile = FALSE, paper = "special")

If I simply do:

postscript("special.eps",
           title=title,
           height=5, width=8, family="Helvetica",
           horizontal = FALSE, onefile = FALSE, paper = "special")

And then:

cat special.eps |/usr/bin/ps2eps -s b0 -q  -l -B -O -P > salida.eps

it works!

Weird...

-- 
ESP Ghostscript 815.04: Unrecoverable error, exit code 1
https://bugs.launchpad.net/bugs/193917
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to