The R Project SVN R

Rev

Rev 61433 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 61433 Rev 62198
Line 8... Line 8...
8
\alias{toLatex}
8
\alias{toLatex}
9
\alias{print.Latex}
9
\alias{print.Latex}
10
\alias{toBibtex}
10
\alias{toBibtex}
11
\alias{print.Bibtex}
11
\alias{print.Bibtex}
12
\description{
12
\description{
13
  These methods convert R objects to character vectors with
13
  These methods convert \R objects to character vectors with
14
  BibTeX or LaTeX markup.
14
  BibTeX or LaTeX markup.
15
}
15
}
16
\usage{
16
\usage{
17
toBibtex(object, \dots)
17
toBibtex(object, \dots)
18
toLatex(object, \dots)
18
toLatex(object, \dots)
Line 24... Line 24...
24
    \code{toLatex} method exists.}
24
    \code{toLatex} method exists.}
25
  \item{x}{object of class \code{"Bibtex"} or
25
  \item{x}{object of class \code{"Bibtex"} or
26
    \code{"Latex"}.}
26
    \code{"Latex"}.}
27
  \item{prefix}{a character string which is printed at the beginning of
27
  \item{prefix}{a character string which is printed at the beginning of
28
    each line, mostly used to insert whitespace for indentation.}
28
    each line, mostly used to insert whitespace for indentation.}
29
  \item{\dots}{currently not used in the print methods.}
29
  \item{\dots}{in the print methods, passed to \code{\link{writeLines}}.}
30
}
30
}
31
\details{
31
\details{
32
  Objects of class \code{"Bibtex"} or \code{"Latex"} are simply
32
  Objects of class \code{"Bibtex"} or \code{"Latex"} are simply
33
  character vectors where each element holds one line of the
33
  character vectors where each element holds one line of the
34
  corresponding BibTeX or LaTeX file.
34
  corresponding BibTeX or LaTeX file.