Crate mathml_core
source ·Modules
- Helper functions for MathML Core.
Structs
- The
<mfenced>
element provides the possibility to add custom opening and closing parentheses (such as brackets) and separators (such as commas or semicolons) to an expression. - The
<mfrac>
element is used to display fractions. - math identifier,
<mi>
- The
<mmultiscripts>
element is used to attach multiple subscripts and superscripts to a base. - The
<mphantom>
element is rendered invisibly, but dimensions (such as height, width, and baseline position) are still kept. - The
<munderover>
element is used to attach an accent or a limit under and over an expression.
Enums
- The
<msqrt>
element is used to display square roots. - AST node
- mi mathvariant attribute