CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
ROADMAP.md
SECURITY.md
pyproject.toml
benchmarks/__init__.py
benchmarks/benchmark_large_docx.py
docs/api.md
docs/formula-syntax.md
docs/performance.md
docs/plugins.md
docs/workflow.md
examples/README.md
examples/symbol-aliases.json
scripts/wps_roundtrip.ps1
skills/mathfmt/SKILL.md
skills/mathfmt/agents/openai.yaml
skills/mathfmt/references/paper-notation.md
src/mathfmt/__init__.py
src/mathfmt/__main__.py
src/mathfmt/_version.py
src/mathfmt/aliases.py
src/mathfmt/cli.py
src/mathfmt/core.py
src/mathfmt/docxio.py
src/mathfmt/gui.py
src/mathfmt/omml.py
src/mathfmt/plugins.py
src/mathfmt/update.py
src/mathfmt/validate.py
src/mathfmt.egg-info/PKG-INFO
src/mathfmt.egg-info/SOURCES.txt
src/mathfmt.egg-info/dependency_links.txt
src/mathfmt.egg-info/entry_points.txt
src/mathfmt.egg-info/requires.txt
src/mathfmt.egg-info/top_level.txt
tests/__init__.py
tests/helpers.py
tests/test_acceptance.py
tests/test_aliases.py
tests/test_benchmark.py
tests/test_cli.py
tests/test_core.py
tests/test_docx.py
tests/test_docxio.py
tests/test_formula.py
tests/test_gui.py
tests/test_omml.py
tests/test_plugins.py
tests/test_public_api.py
tests/test_skill.py
tests/test_update.py
tests/test_validate.py
tests/acceptance/__init__.py
tests/acceptance/doc01_basic.docx
tests/acceptance/doc02_advanced.docx
tests/acceptance/doc03_mixed.docx
tests/acceptance/doc04_edge_cases.docx
tests/acceptance/doc05_textbook.docx
tests/acceptance/gen_docs.py