Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 5.67 KB

math.md

File metadata and controls

46 lines (31 loc) · 5.67 KB

Math

Abstract base type for a mathematical variable or equation.

This is a base type for MathFragment and MathBlock and should not normally be instantiated. This type has a similar structure and purpose to CodeStatic which is a base type for CodeFragment, CodeBlock etc.

@id: stencila:Math

Properties

The Math type has these properties:

Name Aliases @id Type Description Inherited from
id - schema:id String The identifier for this item. Entity
code - stencila:code Cord The code of the equation in the mathLanguage. -
mathLanguage math-language, math_language stencila:mathLanguage String The language used for the equation e.g tex, mathml, asciimath. -
authors author schema:author Author* The authors of the math. -
compilationDigest compilation-digest, compilation_digest stencila:compilationDigest CompilationDigest A digest of the code and mathLanguage. -
compilationMessages compilation-messages, compilation_messages, compilationMessage, compilation-message, compilation_message stencila:compilationMessages CompilationMessage* Messages generated while parsing and compiling the math expression. -
mathml - stencila:mathml String The MathML transpiled from the code. -

Related

The Math type is related to these types:

Bindings

The Math type is represented in these bindings:

Source

This documentation was generated from Math.yaml by docs_type.rs.