.gitignore
.python-version
CHANGELOG.md
CITATION.cff
CONTRIBUTING.md
LICENSE
README.md
main.py
myst.yml
pyproject.toml
.github/workflows/deploy-myst.yml
.github/workflows/release.yml
.github/workflows/tests.yml
docs/.gitignore
docs/cli.md
docs/index.html
docs/landing.md
docs/main.md
docs/styles.css
docs/tool-profound-explanation.md
docs/typst_parsing_analysis.md
scripts/myst_roundtrip.py
src/cli.py
src/_core/_core.cpython-312-darwin.so
src/lesia/__init__.py
src/lesia/constants.py
src/lesia/diff.py
src/lesia/doc_corrector.py
src/lesia/doc_translator.py
src/lesia/enums.py
src/lesia/errors.py
src/lesia/helpers.py
src/lesia/project_config_io.py
src/lesia/project_config_models.py
src/lesia/project_manager.py
src/lesia/project_runtime.py
src/lesia/prompts.py
src/lesia/translator.py
src/lesia/translator_corrector.py
src/lesia/translator_retrieval.py
src/lesia/vocab_list.py
src/lesia.egg-info/PKG-INFO
src/lesia.egg-info/SOURCES.txt
src/lesia.egg-info/dependency_links.txt
src/lesia.egg-info/entry_points.txt
src/lesia.egg-info/requires.txt
src/lesia.egg-info/top_level.txt
src/lesia/doc_translator_mod/__init__.py
src/lesia/doc_translator_mod/latex_chunker.py
src/lesia/doc_translator_mod/latex_file_translator.py
src/lesia/doc_translator_mod/myst_chunker.py
src/lesia/doc_translator_mod/myst_file_translator.py
src/lesia/doc_translator_mod/notebook_file_translator.py
src/lesia/doc_translator_mod/typst_chunker.py
src/lesia/doc_translator_mod/typst_file_translator.py
src/lesia/translation_cache/cache_backend.py
src/lesia/translation_cache/cache_cleaner.py
src/lesia/translation_cache/cache_rebuilder.py
src/lesia/translation_cache/translation_cache.py
src/lesia/xml_manipulator_mod/__init__.py
src/lesia/xml_manipulator_mod/code.py
src/lesia/xml_manipulator_mod/latex.py
src/lesia/xml_manipulator_mod/mod.py
src/lesia/xml_manipulator_mod/myst.py
src/lesia/xml_manipulator_mod/typst.py
src/lesia/xml_manipulator_mod/xml.py
tests/test_cache_clear.py
tests/test_cache_sync.py
tests/test_chunk_translator.py
tests/test_cli_custom_lang.py
tests/test_custom_services.py
tests/test_general.py
tests/test_latex_config.py
tests/test_needs_review.py
tests/test_needs_review_e2e.py
tests/test_notebook_frontmatter.py
tests/test_project_config_paths.py
tests/test_translation_cache_index.py
tests/test_translation_status.py
tests/test_typst_chunker.py
tests/test_typst_file_translator.py
tests/test_typst_xml_tagging.py
tests/test_use_reasoning_model.py
tests/test_xml_tagging.py