Skip to content

Commit 826051d

Browse files
committed
fix: 更新部分参数
1 parent 56925c7 commit 826051d

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

lib.typ

+2-3
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,9 @@
2626
#import "utils/bilingual-bibliography.typ": bilingual-bibliography
2727
#import "utils/custom-numbering.typ": custom-numbering
2828
#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
3030
#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": 字体, 字号
3332

3433
// 使用函数闭包特性,通过 `documentclass` 函数类进行全局信息配置,然后暴露出拥有了全局配置的、具体的 `layouts` 和 `templates` 内部函数。
3534
#let documentclass(

template/thesis.typ

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// doctype: "bachelor", // "bachelor" | "master" | "doctor" | "postdoc", 文档类型,默认为本科生 bachelor
1414
// degree: "academic", // "academic" | "professional", 学位类型,默认为学术型 academic
1515
// anonymous: true, // 盲审模式
16-
twoside: false, // 双面模式,会加入空白页,便于打印
16+
twoside: true, // 双面模式,会加入空白页,便于打印
1717
// 可自定义字体,先英文字体后中文字体,应传入「宋体」、「黑体」、「楷体」、「仿宋」、「等宽」
1818
// fonts: (楷体: ("Times New Roman", "FZKai-Z03S")),
1919
info: (

0 commit comments

Comments
 (0)