equation

equationNodeAliases:eq

A block-level LaTeX equation. Its body is TeX source, set on a line of its own — $…$ is the inline form of the same notation.

#Attributes

colourImplicit
neutralredorangeyellowgreentealbluepurplepinkgreywhiteblack
Also written: colorEquation colour.Can be written as shorthand: equation:value
Defaultneutral

#Allowed content

Body { }TeX math source (block equation content)

#Allowed in

#Examples

equation{
    E = mc^2
}
equation{
    \int_0^1 x^2 \; dx = \frac{1}{3}
}(
    colour: blue
)