The R Project SVN R

Rev

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

Rev 61160 Rev 62172
Line 16... Line 16...
16
  \code{latexToUtf8} function takes a LaTeX object, and processes a number
16
  \code{latexToUtf8} function takes a LaTeX object, and processes a number
17
  of different macros to convert them into the corresponding UTF-8
17
  of different macros to convert them into the corresponding UTF-8
18
  characters.
18
  characters.
19
}
19
}
20
\usage{
20
\usage{
21
parseLatex(text, filename = deparse(substitute(text)), verbose = FALSE,
21
parseLatex(text, filename = deparse(substitute(text)),
-
 
22
           verbose = FALSE,
22
           verbatim = c("verbatim", "verbatim*", "Sinput", "Soutput"))
23
           verbatim = c("verbatim", "verbatim*",
-
 
24
                        "Sinput", "Soutput"))
23
deparseLatex(x, dropBraces = FALSE)
25
deparseLatex(x, dropBraces = FALSE)
24
latexToUtf8(x)
26
latexToUtf8(x)
25
}
27
}
26
\arguments{
28
\arguments{
27
  \item{text}{
29
  \item{text}{