Rev 31014 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
\name{toLatex}\title{Converting R Objects to BibTeX or LaTeX}\alias{toLatex}\alias{print.Latex}\alias{toBibtex}\alias{print.Bibtex}\description{These methods convert R objects to character vectors withBibTeX or LaTeX markup.}\usage{toBibtex(object, \dots)toLatex(object, \dots)\S3method{print}{Bibtex}(x, prefix="", \dots)\S3method{print}{Latex}(x, prefix="", \dots)}\arguments{\item{object}{object of a class for which a \code{toBibtex} or\code{toLatex} method exists.}\item{x}{object of class \code{"Bibtex"} or\code{"Latex"}.}\item{prefix}{a character string which is printed at the beginning ofeach line, mostly used to insert whitespace for indentation.}\item{\dots}{currently not used in the print methods.}}\details{Objects of class \code{"Bibtex"} or \code{"Latex"} are simplycharacter vectors where each element holds one line of thecorresponding BibTeX or LaTeX file.}\seealso{\code{\link{citEntry}} and \code{\link{sessionInfo}} for examples}\keyword{misc}