feat: change note for filter update
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
# ===== Pandoc =====
|
||||
# 引用文献设置
|
||||
csl: chinese-thesis.csl # 设置引用文献样式
|
||||
link-citations: true # 正文中引用的文献需要交叉引用到文献列表
|
||||
link-bibliography: false # 文献中的链接不要引出
|
||||
|
||||
# ===== pandoc-tex-numbering Filter =====
|
||||
# 杂项设置
|
||||
number-theorems: false
|
||||
# numbering-caption-delimiter: " "
|
||||
numbering-caption-delimiter: "\\ " # Do NOT delete \\. It is the escape for space.
|
||||
prefix-space: true
|
||||
section-max-levels: 3
|
||||
number-reset-level: 0 # 编号不需要按章节重置,因此设置为0表示在最顶层的层级的父级才重置编号(即不重置编号)。
|
||||
|
||||
Reference in New Issue
Block a user