en fr

Calerga Math Display

The equation entered with LaTeX syntax is converted to MathML presentation, which is rendered in the canvas HTML element. Here are some examples you can try: \alpha \Gamma symbols \sin superscript subscript groups \sqrt \root \frac accents \not spacing \pmatrix array \nolimits font \color

Bounding box Text position

The following LaTeX features are supported:

LaTeX features not enumerated above, such as definitions and nested text and equations, are not supported.

On the other hand, some semantics is recognized to build subexpressions which are revealed in the resulting MathML. For instance, in x+(y+z)w, (y+z) is a subexpressions; so is (y+z)w with an implicit multiplication (resulting in the <mo>&it;<mo> MathML operator), used as the second operand of the addition. LaTeX code (like mathematical notation) is sometimes ambiguous and is not always converted to the expected MathML (e.g. a(b+c) is converted to a function call while the same notation could mean the product of a and b+c), but this should not have any visible effect when the MathML is typeset.

Operators can be used as freely as in LaTeX. Missing operands result in <none/>, as if there were an empty pair of braces {}. Consecutive terms are joined with implicit multiplications.