print.latextoken2 {latex2exp} | R Documentation |
Prints out a parsed LaTeX object, as returned by TeX(..., output='ast'). This is primarily used for debugging.
Description
Prints out a parsed LaTeX object, as returned by TeX(..., output='ast'). This is primarily used for debugging.
Usage
## S3 method for class 'latextoken2'
print(x, depth = 0, ...)
Arguments
x |
The object |
depth |
Increases padding when recursing down the parsed structure |
... |
(Ignored) |
[Package latex2exp version 0.9.6 Index]