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.