MathFragment {stencilaschema}R Documentation

A fragment of math, e.g a variable name, to be treated as inline content.

Description

A fragment of math, e.g a variable name, to be treated as inline content.

Usage

MathFragment(text, errors, id, mathLanguage, meta)

Arguments

text

The text of the equation in the language. Required.

errors

Errors that occurred when parsing the math equation.

id

The identifier for this item.

mathLanguage

The language used for the equation e.g tex, mathml, asciimath.

meta

Metadata associated with this item.

Value

A list of class MathFragment

See Also

Math


[Package stencilaschema version 1.0.0 Index]