Skip to content

Commit

Permalink
chore: bump version to 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
OrangeX4 committed May 10, 2024
1 parent 826051d commit 7619e72
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Typst 是可用于出版的可编程标记语言,拥有变量、函数与包
模板已经上传到了 Typst Universe,使用起来十分简单,理论上只需要通过

```typst
#import "@preview/modern-nju-thesis:0.3.3": documentclass
#import "@preview/modern-nju-thesis:0.3.4": documentclass
```

导入即可。
Expand All @@ -46,7 +46,7 @@ Typst 是可用于出版的可编程标记语言,拥有变量、函数与包

Typst 提供了官方的 Web App,支持像 Overleaf 一样在线编辑,这是一个 [例子](https://typst.app/project/rgiwHIjdPOnXr9HJb8H0oa)

实际上,我们只需要在 [Web App](https://typst.app/?template=modern-nju-thesis&version=0.3.3) 中的 `Start from template` 里选择 `modern-nju-thesis`,即可在线创建模板并使用。
实际上,我们只需要在 [Web App](https://typst.app/?template=modern-nju-thesis&version=0.3.4) 中的 `Start from template` 里选择 `modern-nju-thesis`,即可在线创建模板并使用。

![](imgs/template.png)

Expand Down
2 changes: 1 addition & 1 deletion template/thesis.typ
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#import "@preview/modern-nju-thesis:0.3.3": documentclass, indent
#import "@preview/modern-nju-thesis:0.3.4": documentclass, indent

// 你首先应该安装 https://github.com/nju-lug/modern-nju-thesis/tree/main/fonts/FangZheng 里的所有字体,
// 如果是 Web App 上编辑,你应该手动上传这些字体文件,否则不能正常使用「楷体」和「仿宋」,导致显示错误。
Expand Down
2 changes: 1 addition & 1 deletion typst.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "modern-nju-thesis"
version = "0.3.3"
version = "0.3.4"
entrypoint = "lib.typ"
authors = ["OrangeX4"]
license = "MIT"
Expand Down

0 comments on commit 7619e72

Please sign in to comment.