安装
你可以在 官方WebAPP 上注册账号免费在线编辑,具体而言:
在 Typst 的官方库 中搜索 modern-nenu-thesis 即可找到模板(或直接访问 modern-nenu-thesis)
通过官方提供的 Create project in App 选项,我们可以创建一个使用此模板的项目,文件仅包含 template 中的:
fig/: 用于存放图片文件ref.bib: 为biblatex数据库thesis.typ: 为论文文件
首先我们需要在本地下载 Typst 的编译器,具体操作参考 官方指引
这样,我们就可以通过命令(注意版本号),使用这个模板来创建一个项目:
typst init @preview/modern-nenu-thesis:0.1.0我们推荐使用 VS Code 配合插件 Tinymist 进行编辑,打开 template/thesis.typ 进行预览即可
完全离线 (⭐️)
Section titled “完全离线 (⭐️)”你可以通过 git 来克隆本仓库(或者下载压缩包):
git clone git@github.com:virgiling/NENU-Thesis-Typst.git modern-nenu-thesis在 modern-nenu-thesis 中即可开始编辑,编辑的方式与本地使用一致