nxt.mathml

MathML.

Members

Enums

HAlign
enum HAlign

Horizontal Alignment.

MarkupLanguage
enum MarkupLanguage

Markup language.

VAlign
enum VAlign

Vertical Alignment.

Functions

toHTML
auto toHTML(T x, bool usePowPlus, bool useLeadZeros)
Undocumented in source. Be warned that the author may not have intended to support it.
toML
string toML(T x, bool usePowPlus, bool useLeadZeros, MarkupLanguage mlang)
toMathML
string toMathML(T x)

Generic case.

toMathML
auto toMathML(T x, bool usePowPlus, bool useLeadZeros)
Undocumented in source. Be warned that the author may not have intended to support it.
toMathML
string toMathML(Rational!T x, bool bevelled, HAlign numAlign, HAlign denomAlign, string href)

Meta