Re: [R] Fonts in *.Rd files.

2012-10-11 Thread Rolf Turner
Message received; thanks. cheers, Rolf On 12/10/12 12:38, Duncan Murdoch wrote: On 12-10-11 6:05 PM, Rolf Turner wrote: I wanted to put a certain string in sans serif font in an *.Rd file that I was writing. I tried {\sf ...} and \textsf{...} but both resulted in the warning

Re: [R] Fonts in *.Rd files.

2012-10-11 Thread Duncan Murdoch
On 12-10-11 6:05 PM, Rolf Turner wrote: I wanted to put a certain string in sans serif font in an *.Rd file that I was writing. I tried {\sf ...} and \textsf{...} but both resulted in the warning "unknown macro". The manual on "Writing R Extensions" seems to me to imply that one should be able

[R] Fonts in *.Rd files.

2012-10-11 Thread Rolf Turner
I wanted to put a certain string in sans serif font in an *.Rd file that I was writing. I tried {\sf ...} and \textsf{...} but both resulted in the warning "unknown macro". The manual on "Writing R Extensions" seems to me to imply that one should be able to invoke such LaTeX macros (section 2.3)