Skip to main contentModule parse_node
Source - AlignSpec
- Column alignment spec for array environments.
- Measurement
- A measurement with number and unit (e.g., “3pt”, “1em”).
- AlignType
- ArrayTag
- Tag variant for array rows: either auto-numbered (bool) or explicit tag.
- AtomFamily
- Atom family: determines spacing behavior. Matches KaTeX’s Atom type.
- Mode
- Mode of the parser: math or text. Matches KaTeX’s Mode type.
- ParseNode
- The main AST node type. Each variant corresponds to a KaTeX ParseNode type.
- StyleStr
- Style string for \displaystyle, \textstyle etc.