1
0

feat: add legacy stuff

This commit is contained in:
2026-05-26 16:54:54 +08:00
parent 9d62f7d63d
commit c6f62a265d
7 changed files with 656 additions and 0 deletions

9
pandoc/pyproject.toml Normal file
View File

@@ -0,0 +1,9 @@
[project]
name = "pandoc-thesis-env"
version = "0.1.0"
description = "The environment used for converting LaTeX thesis into DOCX format in Pandoc."
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"pandoc-tex-numbering>=1.3.3",
]