LICENSE
README.md
pyproject.toml
src/flachtex/__init__.py
src/flachtex/__main__.py
src/flachtex/command_finder.py
src/flachtex/command_substitution.py
src/flachtex/comments.py
src/flachtex/cycle_prevention.py
src/flachtex/filefinder.py
src/flachtex/preprocessor.py
src/flachtex/py.typed
src/flachtex/traceable_string.py
src/flachtex/utils.py
src/flachtex.egg-info/PKG-INFO
src/flachtex.egg-info/SOURCES.txt
src/flachtex.egg-info/dependency_links.txt
src/flachtex.egg-info/entry_points.txt
src/flachtex.egg-info/top_level.txt
src/flachtex/formatter/__init__.py
src/flachtex/formatter/core.py
src/flachtex/formatter/detectors.py
src/flachtex/formatter/environment_tracker.py
src/flachtex/formatter/indentation.py
src/flachtex/formatter/normalization.py
src/flachtex/formatter/sentence_splitter.py
src/flachtex/rules/__init__.py
src/flachtex/rules/import_rules.py
src/flachtex/rules/skip_rules.py
src/flachtex/rules/subimport_substiution_rules.py
src/flachtex/rules/substitution_rules.py
tests/test_arxiv.py
tests/test_command_finder.py
tests/test_command_substitution.py
tests/test_command_whitespace.py
tests/test_complex_documents.py
tests/test_edge_cases.py
tests/test_examples.py
tests/test_formatter.py
tests/test_formatter_flattening.py
tests/test_formatter_integration.py
tests/test_formatter_skip_interaction.py
tests/test_import_rules.py
tests/test_main.py
tests/test_origin.py
tests/test_protection_markers.py
tests/test_raw_recursive.py
tests/test_rules.py
tests/test_skip_rules.py
tests/test_traceable_string.py
tests/test_uncomment.py
tests/test_uncomment_recursive.py
tests/test_utils.py
tests/test_various.py
tests/test_version.py