File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 26
26
# import " utils/bilingual-bibliography.typ" : bilingual-bibliography
27
27
# import " utils/custom-numbering.typ" : custom-numbering
28
28
# import " utils/custom-heading.typ" : heading-display , active-heading , current-heading
29
- # import " utils/indent.typ" : indent
29
+ # import " utils/indent.typ" : indent , fake-par
30
30
# import " @preview/i-figured:0.2.4" : show-figure , show-equation
31
- # import " utils/style.typ" : 字体
32
- # import " utils/style.typ" : 字号
31
+ # import " utils/style.typ" : 字体, 字号
33
32
34
33
// 使用函数闭包特性,通过 `documentclass` 函数类进行全局信息配置,然后暴露出拥有了全局配置的、具体的 `layouts` 和 `templates` 内部函数。
35
34
# let documentclass (
Original file line number Diff line number Diff line change 13
13
// doctype: "bachelor", // "bachelor" | "master" | "doctor" | "postdoc", 文档类型,默认为本科生 bachelor
14
14
// degree: "academic", // "academic" | "professional", 学位类型,默认为学术型 academic
15
15
// anonymous: true, // 盲审模式
16
- twoside : false , // 双面模式,会加入空白页,便于打印
16
+ twoside : true , // 双面模式,会加入空白页,便于打印
17
17
// 可自定义字体,先英文字体后中文字体,应传入「宋体」、「黑体」、「楷体」、「仿宋」、「等宽」
18
18
// fonts: (楷体: ("Times New Roman", "FZKai-Z03S")),
19
19
info : (
You can’t perform that action at this time.
0 commit comments