diff --git a/README.md b/README.md index 1467ce2..8f0d88c 100644 --- a/README.md +++ b/README.md @@ -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 ``` 导入即可。 @@ -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) diff --git a/template/thesis.typ b/template/thesis.typ index e351131..9a3eb4e 100644 --- a/template/thesis.typ +++ b/template/thesis.typ @@ -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 上编辑,你应该手动上传这些字体文件,否则不能正常使用「楷体」和「仿宋」,导致显示错误。 diff --git a/typst.toml b/typst.toml index a45f932..0972dc7 100644 --- a/typst.toml +++ b/typst.toml @@ -1,6 +1,6 @@ [package] name = "modern-nju-thesis" -version = "0.3.3" +version = "0.3.4" entrypoint = "lib.typ" authors = ["OrangeX4"] license = "MIT"