Skip to content

Commit be38291

Browse files
committed
build: 🚀 版本升级至 0.2.0
1 parent 6564997 commit be38291

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

template/thesis.typ

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// #import "@preview/modern-ucas-thesis:0.1.0": documentclass
2-
#import "../lib.typ": documentclass
1+
#import "@preview/modern-ucas-thesis:0.2.0": documentclass
2+
// #import "../lib.typ": documentclass
33
// 你首先应该安装 fonts下的所有字体,或在编译的时候指定字体路径:
44
// typst watch template/thesis.typ --font-path ./fonts
55
// 如果是 Web App 上编辑,你应该手动上传所有字体文件,否则部分字体不能正常使用,导致显示错误。

typst.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "modern-ucas-thesis"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
entrypoint = "lib.typ"
55
authors = ["Wenjie Xu <@Vncntvx>"]
66
license = "MIT"
@@ -16,6 +16,7 @@ keywords = [
1616
]
1717
categories = ["thesis"]
1818
exclude = ["imgs"]
19+
compiler = "0.14.0"
1920

2021
[template]
2122
path = "template"

0 commit comments

Comments
 (0)