Re: [R] embedFonts with pdf files and Windows 7

2010-02-07 Thread Prof Brian Ripley
Do your systems actually have the fonts you are trying to embed? I doubt it: Helvetica is a commercial font, and most likely the Linux system is embedding a substitute. It would be better to do pdf("test.pdf", family="NimbusSan", useDingbats=FALSE) plot(matrix(rnorm(200),nc=2)) dev.off() myCal

[R] embedFonts with pdf files and Windows 7

2010-02-05 Thread James M. Curran
I am trying to embed fonts in my PDF images so that they are embedded for the publisher of my book. I am running: Windows 7 - 64 Enterprise R 2.10.1 Ghostscript 8.70 Ghostview 4.9 MiKTeX 2.8 I have this tiny test script: pdf("test.pdf") plot(matrix(rnorm(200),nc=2)) graphics.off() myCall = e

[R] embedFonts with pdf files and Windows 7

2010-02-05 Thread James M. Curran
I am trying to embed fonts in my PDF images so that they are embedded for the publisher of my book. I am running: Windows 7 - 64 Enterprise R 2.10.1 Ghostscript 8.70 Ghostview 4.9 MiKTeX 2.8 I have this tiny test script: pdf("test.pdf") plot(matrix(rnorm(200),nc=2)) graphics.off() myCall = e