LICENSE
NOTICE
README.md
pyproject.toml
pdfmath/__init__.py
pdfmath/units.py
pdfmath.egg-info/PKG-INFO
pdfmath.egg-info/SOURCES.txt
pdfmath.egg-info/dependency_links.txt
pdfmath.egg-info/entry_points.txt
pdfmath.egg-info/requires.txt
pdfmath.egg-info/top_level.txt
pdfmath/asciimath/__init__.py
pdfmath/asciimath/serializer.py
pdfmath/cli/__init__.py
pdfmath/cli/main.py
pdfmath/corpus/__init__.py
pdfmath/corpus/arxiv.py
pdfmath/corpus/compile.py
pdfmath/corpus/generate.py
pdfmath/corpus/grammar.py
pdfmath/corpus/harness.py
pdfmath/corpus/milestone.py
pdfmath/corpus/shrink.py
pdfmath/corpus/strategies.py
pdfmath/debug/__init__.py
pdfmath/debug/explain.py
pdfmath/debug/svg.py
pdfmath/detection/__init__.py
pdfmath/detection/equations.py
pdfmath/detection/inline.py
pdfmath/eval/__init__.py
pdfmath/eval/arxiv_eval.py
pdfmath/eval/asciimath_roundtrip.py
pdfmath/eval/latexml.py
pdfmath/eval/mathml_compare.py
pdfmath/eval/omml_roundtrip.py
pdfmath/eval/roundtrip.py
pdfmath/extraction/__init__.py
pdfmath/extraction/model.py
pdfmath/extraction/pdfminer_backend.py
pdfmath/extraction/symbolscraper_adapter.py
pdfmath/fonts/__init__.py
pdfmath/fonts/mathparams.py
pdfmath/fonts/metrics.py
pdfmath/fonts/normalize.py
pdfmath/fonts/symbols.py
pdfmath/fonts/tfm.py
pdfmath/fonts/data/__init__.py
pdfmath/fonts/data/extra_symbols.py
pdfmath/fonts/data/tex_encodings.py
pdfmath/geometry/__init__.py
pdfmath/geometry/bbox.py
pdfmath/geometry/index.py
pdfmath/latex/__init__.py
pdfmath/latex/serializer.py
pdfmath/latex/data/__init__.py
pdfmath/latex/data/tex_commands.py
pdfmath/mathml/__init__.py
pdfmath/mathml/lgeval.py
pdfmath/mathml/serializer.py
pdfmath/omml/__init__.py
pdfmath/omml/serializer.py
pdfmath/parse/__init__.py
pdfmath/parse/accents.py
pdfmath/parse/atoms.py
pdfmath/parse/axis.py
pdfmath/parse/blocks.py
pdfmath/parse/context.py
pdfmath/parse/delimiters.py
pdfmath/parse/driver.py
pdfmath/parse/fractions.py
pdfmath/parse/matrices.py
pdfmath/parse/operators.py
pdfmath/parse/radicals.py
pdfmath/parse/rows.py
pdfmath/parse/scripts.py
pdfmath/parse/spacing.py
pdfmath/parse/style.py
pdfmath/parse/units.py
pdfmath/speech/__init__.py
pdfmath/speech/engine.py
pdfmath/speech/speak.js
pdfmath/tree/__init__.py
pdfmath/tree/nodes.py
pdfmath/wordperfect/__init__.py
pdfmath/wordperfect/serializer.py
tests/test_readme.py