Skip to main content

Module env

Module env 

Source
Expand description

LaTeX environment classification.

Each \begin{name} … \end{name} region scanned in super::scan::scan_math_regions resolves its name to one of the variants here. Known environments drive canonicalisation decisions such as aligning vs non-aligning bodies; unknown names fall through as EnvKind::Custom and the body is preserved verbatim.

Enums§

EnvKind
One of the standard LaTeX / amsmath environments mdwright knows how to classify, or an unrecognised name.
KnownEnv
Standard environments recognised by math canonicalisation. Names follow amsmath conventions; the starred variants are the unnumbered forms.