1
0
Files
bagu-thesis/pandoc/meta.yaml

41 lines
1.3 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# ===== Pandoc =====
# 引用文献设置
csl: chinese-thesis.csl # 设置引用文献样式
link-citations: true # 正文中引用的文献需要交叉引用到文献列表
link-bibliography: false # 文献中的链接不要引出
# ===== pandoc-tex-numbering Filter =====
# 杂项设置
number-theorems: false
numbering-caption-delimiter: "\\ " # Do NOT delete \\. It is the escape for space.
prefix-space: true
section-max-levels: 3
number-reset-level: 0 # 编号不需要按章节重置因此设置为0表示在最顶层的层级的父级才重置编号即不重置编号
# 章节编号设置
number-sections: true
section-numstyle: "arabic"
section-src-format-1: "{num}"
section-src-format-2: "{num}"
section-src-format-3: "{num}"
# 公式编号设置
number-equations: true
equation-numstyle: "arabic"
equation-prefix: "公式"
equation-src-format: "\\qquad ({this_num})"
equation-cref-format: "{prefix}{this_num}"
equation-ref-format: "{this_num}"
# 图片编号设置
number-figures: true
figure-numstyle: "arabic"
figure-prefix: "图"
figure-src-format: "{prefix}{this_num}"
figure-cref-format: "{prefix}{this_num}"
figure-ref-format: "{this_num}"
# 表格编号设置
number-tables: true
table-prefix: "表"
table-numstyle: "arabic"
table-src-format: "{prefix}{this_num}"
table-cref-format: "{prefix}{this_num}"
table-ref-format: "{this_num}"