Dear list, I'm manually editing a large collection of pdf files that I produced with R in Adobe Illustrator. In doing so, I've had the surprise to see symbols duplicated on top each other. The following code illustrates this, pdf() plot(1, xlab=expression(mu)) dev.off() If I open this pdf in Illustrator CS4, there are two "mu" on top of each other, giving it a somewhat bold aspect. Other characters not from the symbol font are just output in one version. I'm guessing this may be very much dependent on my config, which is, sessionInfo() R version 2.9.0 (2009-04-17) i386-apple-darwin9.6.0 locale: en_GB.UTF-8/en_GB.UTF-8/C/C/en_GB.UTF-8/en_GB.UTF-8 attached base packages: [1] grid stats graphics grDevices utils datasets methods [8] base Thanks for any advice, (and apologies if there was an obvious source of information that I failed to check). baptiste [[alternative HTML version deleted]]
baptiste auguie-5 wrote:> > > pdf() > plot(1, xlab=expression(mu)) > dev.off() > > If I open this pdf in Illustrator CS4, there are two "mu" on top of each > other, giving it a somewhat bold aspect. Other characters not from the > symbol font are just output in one version. I'm guessing this may be very > much dependent on my config, which is, > > sessionInfo() > R version 2.9.0 (2009-04-17) > i386-apple-darwin9.6.0 >I was able to reproduce this on Windows. When you open the file with notepad, you will notice duplicate lines just above the endstream: BT 0.000 0.000 0.000 rg /F6 1 Tf 12.00 0.00 -0.00 12.00 262.94 18.52 Tm (m) Tj ET When you remove these, problem is gone. I would consider this a bug, but do not dare to call it one. Dieter R version 2.9.0 (2009-04-17) i386-pc-mingw32 locale: LC_COLLATE=German_Germany.1252;LC_CTYPE=German_Germany.1252;LC_MONETARY=German_Germany.1252;LC_NUMERIC=C;LC_TIME=German_Germany.1252 attached base packages: [1] stats graphics grDevices datasets utils methods base loaded via a namespace (and not attached): [1] tools_2.9.0>-- View this message in context: http://www.nabble.com/symbols-duplicated-in-plot-output-tp24259424p24266887.html Sent from the R help mailing list archive at Nabble.com.
Seemingly Similar Threads
- Crash of latticeExtra graph with Adobe Acro Pro/Reader/Windows/ during print only (display ok).
- GWAF package: lme.batch.imputed(): object 'kmat' not found
- JGR extension not working (PR#13501)
- Looks like a bug - Ruby1.9.1Rails2.3.0 - script/plugin
- How to prevent inclusion of intercept in lme with interaction