MathBlock {stencilaschema}R Documentation

A block of math, e.g an equation, to be treated as block content.

Description

A block of math, e.g an equation, to be treated as block content.

Usage

MathBlock(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 MathBlock

See Also

Math


[Package stencilaschema version 1.0.0 Index]