README.md
pyproject.toml
src/pytex/__init__.py
src/pytex/packages.py
src/pytex/registry.py
src/pytex/commands/__init__.py
src/pytex/commands/biblatex.py
src/pytex/commands/builtin.py
src/pytex/commands/captions.py
src/pytex/commands/cleveref.py
src/pytex/commands/colors.py
src/pytex/commands/conditionals.py
src/pytex/commands/counters.py
src/pytex/commands/definitions.py
src/pytex/commands/floats.py
src/pytex/commands/font.py
src/pytex/commands/fontawesome.py
src/pytex/commands/fontspec.py
src/pytex/commands/geometry.py
src/pytex/commands/glossaries.py
src/pytex/commands/graphics.py
src/pytex/commands/hooks.py
src/pytex/commands/hyperref.py
src/pytex/commands/lengths.py
src/pytex/commands/listings.py
src/pytex/commands/mdframed.py
src/pytex/commands/picture.py
src/pytex/commands/setspace.py
src/pytex/commands/tables.py
src/pytex/helpers/__init__.py
src/pytex/helpers/coerce.py
src/pytex/helpers/parenting.py
src/pytex/helpers/sanitize.py
src/pytex/helpers/with_package.py
src/pytex/interface/__init__.py
src/pytex/interface/control_sequence.py
src/pytex/interface/package.py
src/pytex/interface/tex.py
src/pytex/model/__init__.py
src/pytex/model/color.py
src/pytex/model/concat.py
src/pytex/model/control_sequence.py
src/pytex/model/document.py
src/pytex/model/document_class.py
src/pytex/model/empty.py
src/pytex/model/environment.py
src/pytex/model/image.py
src/pytex/model/include.py
src/pytex/model/length.py
src/pytex/model/math.py
src/pytex/model/package.py
src/pytex/model/raw.py
src/pytex_builder/__init__.py
src/pytex_builder/build.py
src/pytex_builder/console.py
src/pytex_builder/render.py
src/pytex_builder/tectonic.py
src/pytex_hsrtreport/__init__.py
src/pytex_hsrtreport/boxes.py
src/pytex_hsrtreport/citations.py
src/pytex_hsrtreport/cleveref_names.py
src/pytex_hsrtreport/colors.py
src/pytex_hsrtreport/document.py
src/pytex_hsrtreport/fonts.py
src/pytex_hsrtreport/glossary.py
src/pytex_hsrtreport/hyperref_config.py
src/pytex_hsrtreport/listings.py
src/pytex_hsrtreport/logos.py
src/pytex_hsrtreport/pagebreak.py
src/pytex_hsrtreport/pagesetup.py
src/pytex_hsrtreport/titlepage.py
src/pytex_hsrtreport/variants.py
src/pytex_hsrtreport/voting.py
src/pytex_hsrtreport/watermark.py
src/pytex_hsrtreport/wordcount.py
src/pytex_hsrtreport/assets/fonts/Times New Roman.ttf
src/pytex_hsrtreport/assets/fonts/Blender/Blender-Bold.ttf
src/pytex_hsrtreport/assets/fonts/Blender/Blender-BoldItalic.ttf
src/pytex_hsrtreport/assets/fonts/Blender/Blender-Book.ttf
src/pytex_hsrtreport/assets/fonts/Blender/Blender-BookItalic.ttf
src/pytex_hsrtreport/assets/fonts/Blender/Blender-Medium.ttf
src/pytex_hsrtreport/assets/fonts/Blender/Blender-MediumItalic.ttf
src/pytex_hsrtreport/assets/fonts/Blender/Blender-Strong.ttf
src/pytex_hsrtreport/assets/fonts/Blender/Blender-Thin.ttf
src/pytex_hsrtreport/assets/fonts/Blender/Blender-ThinItalic.ttf
src/pytex_hsrtreport/assets/fonts/DIN/DIN-Black.ttf
src/pytex_hsrtreport/assets/fonts/DIN/DIN-Bold.ttf
src/pytex_hsrtreport/assets/fonts/DIN/DIN-BoldItalic.ttf
src/pytex_hsrtreport/assets/fonts/DIN/DIN-Italic.ttf
src/pytex_hsrtreport/assets/fonts/DIN/DIN-Medium.ttf
src/pytex_hsrtreport/assets/fonts/DIN/DIN-Regular.ttf
src/pytex_hsrtreport/assets/logos/ASTA.svg
src/pytex_hsrtreport/assets/logos/DUMMY.png
src/pytex_hsrtreport/assets/logos/DUMMY_FOOT.png
src/pytex_hsrtreport/assets/logos/ECHO.svg
src/pytex_hsrtreport/assets/logos/HSRT.pdf
src/pytex_hsrtreport/assets/logos/INF.pdf
src/pytex_hsrtreport/assets/logos/STUPA.pdf
src/pytex_hsrtreport/assets/logos/Skyline.pdf
src/pytex_hsrtreport/tex/pagesetup.tex
src/pytex_koma/__init__.py
src/pytex_koma/commands.py
src/pytex_koma/document.py
src/pytex_markdown/__init__.py
src/pytex_markdown/convert.py
src/pytex_markdown/escape.py
src/pytex_preprocessor.egg-info/PKG-INFO
src/pytex_preprocessor.egg-info/SOURCES.txt
src/pytex_preprocessor.egg-info/dependency_links.txt
src/pytex_preprocessor.egg-info/entry_points.txt
src/pytex_preprocessor.egg-info/requires.txt
src/pytex_preprocessor.egg-info/top_level.txt
src/pytex_protocol/__init__.py
src/pytex_protocol/convert.py
src/pytex_protocol/document.py
src/pytex_protocol/entries.py
src/pytex_protocol/frontmatter.py
src/pytex_protocol/header.py
src/pytex_protocol/shortcodes.py
src/pytex_protocol/signatures.py
src/pytex_tikz/__init__.py
src/pytex_tikz/tikz.py