Skip to content
Prev 200806 / 398503 Next

[Follow-up] Re: PLoS, Arial, R & linux

Also see of the journal will let you use NimbusSan:

pdf('my.pdf', onefile=FALSE, pointsize=18,
     family="NimbusSan",height=6,width=8,paper="special")
...
dev.off()
embedFonts('my.pdf')

Frank
Dirk Eddelbuettel wrote: