32 lines
1007 B
YAML
32 lines
1007 B
YAML
# ===== Pandoc =====
|
||
# 引用文献设置
|
||
csl: chinese-thesis.csl # 设置引用文献样式。该样式基于GB/T 7714-2005。
|
||
|
||
# ===== pandoc-tex-numbering Filter =====
|
||
# 图表标题格式控制
|
||
numbering-caption-delimiter: "\\ " # 不要删除`\\`字符,它是空白的Escape控制符。
|
||
prefix-space: false
|
||
# 章节编号设置
|
||
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"
|
||
table-prefix: "表"
|
||
table-src-format: "{prefix}{this_num}"
|
||
table-cref-format: "{prefix}{this_num}"
|
||
table-ref-format: "{this_num}"
|