On Nov 8, 2012, at 7:00 AM, Karen Kotschy <karen.kots...@gmail.com> wrote:
> Dear help list > > Does anybody know if it is possible to somehow tell R to let LaTeX handle > the fonts for postscript plots produced by R? > > It is for a thesis and I have MANY figures. These are created by R scripts > dynamically as the document is compiled, using > the Make system. I see that I can `manually' specify the font family each > time I call the postscript device, but I am looking > for a better way. I would like to do it in a way that allows me to specify > the font only once, and the same font will then be > used throughout. There is too much text to use PSFrag. > > Thanks for your help! > Karen Take a look at ?ps.options, which is referenced in ?postscript in the Details and See Also sections there. Regards, Marc Schwartz ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.