On 12/10/2015 12:10 PM, Erin Hodgess wrote:
Hello everyone!
I am writing up something (quickly) using LaTex and periodically refer to R
functions and packages.
What is the correct way to put those into LaTex, please? I know that R
itself is {\tt R}, but am not sure about the others.
Thanks for any help,
Sincerely,
Erin
PS Or should I just be doing this in R Studio, even though there is no
code, please?
When I refer to R function in a LaTeX document I tend to use \texttt{}
(same as your {\tt } construct). Historical convention rendered computer
code in a monospace font (akin to Courier) so that's what I follow.
--
Kevin E. Thorpe
Head of Biostatistics, Applied Health Research Centre (AHRC)
Li Ka Shing Knowledge Institute of St. Michael's
Assistant Professor, Dalla Lana School of Public Health
University of Toronto
email: kevin.tho...@utoronto.ca Tel: 416.864.5776 Fax: 416.864.3016
______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
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.