Skip to contents

Prints out a parsed LaTeX object, as returned by TeX(..., output='ast'). This is primarily used for debugging.

Usage

# S3 method for latextoken2
print(x, depth = 0, ...)

Arguments

x

The object

depth

Increases padding when recursing down the parsed structure

...

(Ignored)