feat: add support for english thesis
This commit is contained in:
14
pandoc/shared-meta.yaml
Normal file
14
pandoc/shared-meta.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
# ===== 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 # 对表格编号
|
||||
Reference in New Issue
Block a user