Edna Bell wrote:
> Hi R Gurus:
>
> I'm putting together an article about some R stuff in Latex.
>
> I refer to packages and functions.
>
> I think that I use {\em} for packages and {\tt} for functions.
>
> Is that correct, please?
>   
I think that decision depends on the editorial policies of whoever 
publishes the article.   That's not the style used in the R man pages, 
though:  they use the "Rd.sty" style which displays \pkg{foo} in bold.  
Functions are entered as \code{function} which displays using \texttt 
(which is the same as \tt). 

Duncan Murdoch

______________________________________________
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.

Reply via email to