1
0

feat: add general docx template

This commit is contained in:
2026-06-13 14:25:50 +08:00
parent 275abb08c1
commit c1fbde559d
7 changed files with 81 additions and 64 deletions

View File

@@ -5,5 +5,5 @@ description = "The environment used for converting LaTeX thesis into DOCX format
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"pandoc-tex-numbering>=1.3.3",
"pandoc-tex-numbering==1.3.3",
]