style(template): fix Heading3-5 font sizes and update demo

- Heading3: 12pt, Heading4-5: 11pt
- Update demo.md with comprehensive elements (title, headings, tables, lists, quotes, math)
- Regenerate demo.docx with auto post-processing
- Add python-docx dependency (used for template creation)
This commit is contained in:
Zhengshou Lai
2026-05-19 23:08:37 +08:00
parent 32834613dd
commit 7600b558cd
4 changed files with 44 additions and 19 deletions
+1
View File
@@ -8,6 +8,7 @@ dependencies = [
"openai>=1.60",
"pillow>=11.3.0",
"pypdf>=6.10.1",
"python-docx>=1.1.0",
]
[project.scripts]