print.latextoken2: Prints out a parsed LaTeX object, as returned by TeX(...,...

View source: R/utils.R

print.latextoken2R 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)


latex2exp documentation built on Nov. 28, 2022, 9:05 a.m.