Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 929 Bytes

File metadata and controls

41 lines (27 loc) · 929 Bytes

Source Map

AfterMath v0.3.0 can generate an open source map for --target mathtype-compatible.

The source map is stored in:

word/customXml/aftermath_equations.xml

This part records the source formula behind generated OMML equations. It is not a MathType object and does not contain proprietary binary data.

Fields

Each equation record contains:

  • equation_id
  • source_latex
  • generated_omml_hash
  • paragraph_index
  • delimiter_type
  • created_by_after_math_version
  • target_type

Recovery

Extract machine-readable source:

aftermath extract-source input.docx --out equations.json

Export Markdown formula blocks:

aftermath roundtrip input.docx --out recovered_latex.md

Safety

The source map exists to make generated equations auditable and recoverable. It does not make previews editable and does not imply MathType private-format compatibility.