2026-06-14 09:57:53 +08:00
|
|
|
|
# ===== Pandoc =====
|
2026-05-26 16:54:54 +08:00
|
|
|
|
# 引用文献设置
|
2026-06-23 15:10:11 +08:00
|
|
|
|
csl: chinese-thesis.csl # 设置引用文献样式。该样式基于GB/T 7714-2005。
|
2026-05-26 16:54:54 +08:00
|
|
|
|
|
2026-06-14 09:57:53 +08:00
|
|
|
|
# ===== pandoc-tex-numbering Filter =====
|
2026-06-23 15:10:11 +08:00
|
|
|
|
# 图表标题格式控制
|
|
|
|
|
|
numbering-caption-delimiter: "\\ " # 不要删除`\\`字符,它是空白的Escape控制符。
|
|
|
|
|
|
prefix-space: false
|
2026-05-26 16:54:54 +08:00
|
|
|
|
# 章节编号设置
|
|
|
|
|
|
section-numstyle: "arabic"
|
|
|
|
|
|
section-src-format-1: "{num}"
|
|
|
|
|
|
section-src-format-2: "{num}"
|
|
|
|
|
|
section-src-format-3: "{num}"
|
|
|
|
|
|
# 公式编号设置
|
|
|
|
|
|
equation-numstyle: "arabic"
|
|
|
|
|
|
equation-prefix: "公式"
|
|
|
|
|
|
equation-src-format: "\\qquad ({this_num})"
|
|
|
|
|
|
equation-cref-format: "{prefix}{this_num}"
|
|
|
|
|
|
equation-ref-format: "{this_num}"
|
|
|
|
|
|
# 图片编号设置
|
|
|
|
|
|
figure-numstyle: "arabic"
|
|
|
|
|
|
figure-prefix: "图"
|
|
|
|
|
|
figure-src-format: "{prefix}{this_num}"
|
|
|
|
|
|
figure-cref-format: "{prefix}{this_num}"
|
|
|
|
|
|
figure-ref-format: "{this_num}"
|
|
|
|
|
|
# 表格编号设置
|
|
|
|
|
|
table-numstyle: "arabic"
|
2026-06-23 15:10:11 +08:00
|
|
|
|
table-prefix: "表"
|
2026-05-26 16:54:54 +08:00
|
|
|
|
table-src-format: "{prefix}{this_num}"
|
|
|
|
|
|
table-cref-format: "{prefix}{this_num}"
|
|
|
|
|
|
table-ref-format: "{this_num}"
|