Erin There is a LaTeX package called listings. It has an R option to prettyprint code. Never used it. Joe
"Kevin E. Thorpe" <[email protected]> Sent by: "R-help" <[email protected]> 12/10/2015 12:14 PM To Erin Hodgess <[email protected]>, cc R help <[email protected]> Subject Re: [R] Correct notation for functions, packages when using LaTex 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: [email protected] Tel: 416.864.5776 Fax: 416.864.3016 ______________________________________________ [email protected] 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. [[alternative HTML version deleted]] ______________________________________________ [email protected] 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.

