Skip to main content

Module math_processor

Module math_processor 

Source
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§

MathConversion
Result of converting a math node.

Traits§

MathProcessor
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.