Math {stencilaschema} | R Documentation |
A mathematical variable or equation.
Description
A mathematical variable or equation.
Usage
Math(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 Math
See Also
[Package stencilaschema version 1.0.0 Index]