1
0

feat: add support for english thesis

This commit is contained in:
2026-06-23 15:10:11 +08:00
parent 89f9ce9e50
commit fd4b24153f
5 changed files with 510 additions and 18 deletions

14
pandoc/shared-meta.yaml Normal file
View File

@@ -0,0 +1,14 @@
# ===== Pandoc =====
# 引用文献设置
link-citations: true # 正文中引用的文献需要交叉引用到文献列表
link-bibliography: false # 文献中的链接不要引出
# ===== pandoc-tex-numbering Filter =====
# 杂项设置
section-max-levels: 3 # 标题最大三级深度
number-reset-level: 0 # 编号不需要按章节重置因此设置为0表示在最顶层的层级的父级才重置编号即不重置编号
number-theorems: false # 不对定理进行编码
number-sections: true # 对章节编号
number-equations: true # 对公式编号
number-figures: true # 对图片编号
number-tables: true # 对表格编号