names {parseLatex} | R Documentation |
Utility functions finding names and types of objects
Description
Utility functions finding names and types of objects
Usage
latexTag(item)
catcode(item)
envName(item)
envName(item) <- value
macroName(item)
Arguments
item |
A LaTeX2item which is an environment |
value |
A character string to set as the name |
Value
latexTag()
returns the LaTeX2 tag for the item or NULL
.
catcode()
returns the TeX catcode for the item, or NULL
.
envName()
returns the Latex environment name for an item, or NULL
.
macroName()
returns the Latex macro, or NULL
.
[Package parseLatex version 0.4.1 Index]