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

15 lines
648 B
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 =====
# 引用文献设置
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 # 对表格编号