LaTeX: Convert R object to LaTeX text

Description Usage Arguments Value See Also Examples

Description

Marks the given text as LaTeX, which means functions will know not to perform escaping on it.

Usage

1
LaTeX(x)

Arguments

x

An R object to be converted to LaTeX.

...

Arguments passed to methods.

Value

An object of class c("latex", "character"). The "tex" class is primarily used by other functions in this package to identify text that is already LaTeX, so it knows not to escape LaTeX special characters.

See Also

toLatex

Examples

1
LaTex("Already \\textit{formatted} \\LaTeX text.")

jrnold/textools documentation built on May 20, 2019, 2:06 a.m.