Options can be an object, or an array in the property order below
The equation lines function can split an equation into multiple lines.
This might be because one line is too long, or it might be convenient to
display different forms of the same equation simultaneously on different
lines and then animate between them.
Lines can be justified to the left, center or right, or lines can be aligned
with a specific element from each line (for instance an equals sign). To
justify to a specific element, use justify: 'element' and then define the
element name in the justify property of each line.
Lines can be aligned in y with either the top most part of the top line, the
bottom most part of the bottom line, the middle of the lines or any of the
line's baselines.
Spacing between lines is defined as either the space between the lowest
point (descent) of one line to the highest point (ascent) of the next,
or as the space between line baselines.
Equation lines.
Options can be an object, or an array in the property order below
The equation lines function can split an equation into multiple lines. This might be because one line is too long, or it might be convenient to display different forms of the same equation simultaneously on different lines and then animate between them.
Lines can be justified to the left, center or right, or lines can be aligned with a specific element from each line (for instance an equals sign). To justify to a specific element, use
justify: 'element'and then define the element name in thejustifyproperty of each line.Lines can be aligned in y with either the top most part of the top line, the bottom most part of the bottom line, the middle of the lines or any of the line's baselines.
Spacing between lines is defined as either the space between the lowest point (descent) of one line to the highest point (ascent) of the next, or as the space between line baselines.
See
To test examples, append them to the boilerplate
Example
Example