Ranges within LaTeX2 lists.
LaTeX2range(path, range)# S3 method for LaTeX2range
print(x, source = NULL, ...)
LaTeX2range()
returns a constructed LaTeX2range
object.
An integer vector to use as a path.
A range of values within the path.
Object to print.
Optional parsed list from which to extract the range.
Ignored.
LaTeX2range objects are lists with path
and range
entries. path
is a recursive index
into a LaTeX2 list, and range
is a range of
entries in the result.
If path
is NULL
, the object refers to the entire
source object. If range
is NULL
, it refers
to the whole LaTeX2item given by the path
.