defaultCatcodes | R Documentation |
The default "catcodes" used by parseLatex.
defaultCatcodes
An object of class data.frame
with 13 rows and 2 columns.
defaultCatcodes
is a dataframe containing the
default catcode definitions.
# \makeatletter has no effect by default...
unclass(parseLatex("\\makeatletter\\internal@macro"))
# ... but the effect can be simulated
atletter <- rbind(defaultCatcodes,
data.frame(char="@", catcode=11))
unclass(parseLatex("\\makeatletter\\internal@macro",
catcodes = atletter))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.