We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6564997 commit be38291Copy full SHA for be38291
2 files changed
template/thesis.typ
@@ -1,5 +1,5 @@
1
-// #import "@preview/modern-ucas-thesis:0.1.0": documentclass
2
-#import "../lib.typ": documentclass
+#import "@preview/modern-ucas-thesis:0.2.0": documentclass
+// #import "../lib.typ": documentclass
3
// 你首先应该安装 fonts下的所有字体,或在编译的时候指定字体路径:
4
// typst watch template/thesis.typ --font-path ./fonts
5
// 如果是 Web App 上编辑,你应该手动上传所有字体文件,否则部分字体不能正常使用,导致显示错误。
typst.toml
@@ -1,6 +1,6 @@
[package]
name = "modern-ucas-thesis"
-version = "0.1.0"
+version = "0.2.0"
entrypoint = "lib.typ"
authors = ["Wenjie Xu <@Vncntvx>"]
6
license = "MIT"
@@ -16,6 +16,7 @@ keywords = [
16
]
17
categories = ["thesis"]
18
exclude = ["imgs"]
19
+compiler = "0.14.0"
20
21
[template]
22
path = "template"
0 commit comments