Skip to main content

Module diagnostic_codes

Module diagnostic_codes 

Source
Expand description

Stable diagnostic codes for math content. Mirrors yaml::diagnostic_codes.

Constantsยง

MISMATCHED_ENVIRONMENT
A \begin{a} was closed by \end{b} with a different name.
UNCLOSED_ENVIRONMENT
A \begin{env} was never closed by a matching \end{env}.
UNCLOSED_GROUP
A { was never closed before the end of the math content.
UNEXPECTED_CLOSE_BRACE
A } appeared with no matching {.
UNEXPECTED_END
An \end appeared with no open \begin.