LICENSE
README.md
pyproject.toml
src/docx_equation/__init__.py
src/docx_equation/api.py
src/docx_equation/cli.py
src/docx_equation.egg-info/PKG-INFO
src/docx_equation.egg-info/SOURCES.txt
src/docx_equation.egg-info/dependency_links.txt
src/docx_equation.egg-info/entry_points.txt
src/docx_equation.egg-info/requires.txt
src/docx_equation.egg-info/top_level.txt
src/docx_equation/mathtype/__init__.py
src/docx_equation/mathtype/cfb.py
src/docx_equation/mathtype/embed.py
src/docx_equation/mathtype/legacy.py
src/docx_equation/mathtype/mtef.py
src/docx_equation/mathtype/ole.py
src/docx_equation/mathtype/ooxml.py
src/docx_equation/mathtype/preview.py
src/docx_equation/omml/__init__.py
src/docx_equation/omml/converter.py
src/docx_equation/omml/embed.py
src/docx_equation/shared/__init__.py
src/docx_equation/shared/latex.py
src/docx_equation/shared/mathml.py
src/docx_equation/shared/models.py
src/docx_equation/shared/numbering.py
src/docx_equation/shared/ooxml.py
tests/test_core.py