ZAFU Thesis Formatter
Use this skill when a user asks to format, fix, or check a Zhejiang A&F University undergraduate thesis (.docx).
Quick Start
# 从参考文档学习格式规则
python scripts/thesis_format.py learn 参考论文.docx rules.json
# 用规则修格式(输出 _formatted.docx)
python scripts/thesis_format.py apply 待修论文.docx rules.json
# 检查格式差异(不修改)
python scripts/thesis_format.py check 待修论文.docx rules.json
Workflow
- learn:从一篇格式正确的参考论文中提取格式规则(字体、字号、行距、缩进、对齐等),保存为
rules.json - apply:将规则
[Description truncada. Veja o README completo no GitHub.]