\HeaderA{toLatex}{Converting R Objects to BibTeX or LaTeX}{toLatex}
\aliasA{print.Bibtex}{toLatex}{print.Bibtex}
\aliasA{print.Latex}{toLatex}{print.Latex}
\aliasA{toBibtex}{toLatex}{toBibtex}
\keyword{misc}{toLatex}
\begin{Description}\relax
These methods convert R objects to character vectors with
BibTeX or LaTeX markup.
\end{Description}
\begin{Usage}
\begin{verbatim}
toBibtex(object, ...)
toLatex(object, ...)
## S3 method for class 'Bibtex':
print(x, prefix="", ...)
## S3 method for class 'Latex':
print(x, prefix="", ...)
\end{verbatim}
\end{Usage}
\begin{Arguments}
\begin{ldescription}
\item[\code{object}] object of a class for which a \code{toBibtex} or
\code{toLatex} method exists.
\item[\code{x}] object of class \code{"Bibtex"} or
\code{"Latex"}.
\item[\code{prefix}] a character string which is printed at the beginning of
each line, mostly used to insert whitespace for indentation.
\item[\code{...}] currently not used in the print methods.
\end{ldescription}
\end{Arguments}
\begin{Details}\relax
Objects of class \code{"Bibtex"} or \code{"Latex"} are simply
character vectors where each element holds one line of the
corresponding BibTeX or LaTeX file.
\end{Details}
\begin{SeeAlso}\relax
\code{\LinkA{citEntry}{citEntry}} and \code{\LinkA{sessionInfo}{sessionInfo}} for examples
\end{SeeAlso}

