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

32
pandoc/english-meta.yaml Normal file
View File

@@ -0,0 +1,32 @@
# ===== Pandoc =====
# 引用文献设置
csl: english-thesis.csl # 设置引用文献样式。该样式基于IEEE Transaction。
# ===== pandoc-tex-numbering Filter =====
# 图表标题格式控制
# TODO: 等版本更新后,删除该内容,然后将下文格式中的冒号删除
# numbering-caption-delimiter: ":"
prefix-space: true
# 章节编号设置
section-numstyle: "arabic"
section-src-format-1: "{num}"
section-src-format-2: "{num}"
section-src-format-3: "{num}"
# 公式编号设置
equation-numstyle: "arabic"
equation-prefix: "Equation"
equation-src-format: "\\qquad ({this_num})"
equation-cref-format: "{Prefix}{this_num}"
equation-ref-format: "{this_num}"
# 图片编号设置
figure-numstyle: "arabic"
figure-prefix: "Figure"
figure-src-format: "{Prefix}{this_num}:"
figure-cref-format: "{Prefix}{this_num}"
figure-ref-format: "{this_num}"
# 表格编号设置
table-numstyle: "arabic"
table-prefix: "Table"
table-src-format: "{Prefix}{this_num}:"
table-cref-format: "{Prefix}{this_num}"
table-ref-format: "{this_num}"