Skip to content

Sweave: option family=...

2 messages · wolfram at fischer-zim.ch, Friedrich Leisch

#
I would propose to add an option ``family''
to RweaveLatex() resp. RweaveLatexSetup() 
in order to be able to set the font family
for postscript and pdf graphics:

	<<fig=TRUE, family=Palatino>>=
		...
	@

Thanks

Wolfram Fischer
#
> I would propose to add an option ``family''
  > to RweaveLatex() resp. RweaveLatexSetup() 
  > in order to be able to set the font family
  > for postscript and pdf graphics:

  > 	<<fig=TRUE, family=Palatino>>=
  > 		...
  > 	@

Why is setting it via ps.options() not sufficient for you?

Best,