Expand description
Abstract math processor base.
Port of LaTeXML::Post::MathProcessor.
Extends Processor with math-specific conversion infrastructure:
- Parallel markup support (primary + secondary formats)
- Cross-referencing between math formats
- XMath node visibility and realization
- XMText content conversion
Structs§
- Math
Conversion - Result of converting a math node.
Traits§
- Math
Processor - Abstract base trait for math-processing post-processors.
Functions§
- find_
top_ level_ math - Find top-level Math nodes (not nested within other Math nodes).
- math_
is_ parsed - Check if a Math element was successfully parsed (not marked as unparsed).
- process_
math - Process all top-level Math nodes in the document using a math processor.