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
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
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
3 matches
Mail list logo