Re: [R] Controlling R fonts through LaTeX

2012-11-08 Thread Karen Kotschy
Thanks a lot, I'll check out those two options! Karen On Thu, Nov 8, 2012 at 7:43 PM, Yihui Xie wrote: > Perhaps you can use ps.options(family = "...") to set the font family > globally. > > If you really want to control R fonts through LaTeX, you can try the > tikzDevice package (optionally wi

Re: [R] Controlling R fonts through LaTeX

2012-11-08 Thread Yihui Xie
Perhaps you can use ps.options(family = "...") to set the font family globally. If you really want to control R fonts through LaTeX, you can try the tikzDevice package (optionally with knitr) following the instructions in https://github.com/yihui/knitr-examples/blob/master/059-tikz.Rnw This allows

Re: [R] Controlling R fonts through LaTeX

2012-11-08 Thread Marc Schwartz
On Nov 8, 2012, at 7:00 AM, Karen Kotschy 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 doc

[R] Controlling R fonts through LaTeX

2012-11-08 Thread Karen Kotschy
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 `manua