参考 simple-paper
./template.typ
为模板文件, 如果要使用模板,请在文档最上方加入:
#import "template.typ": *
#show: project.with(
title: "TITLE",
authors: (
(
name: "Wonderland",
email: "example@com"
),
),
)
- 正文部分,英文字体设置的是 「New Computer Modern」
- 代码字体设置的是「JetBrainsMono NF」
- 可以使用
typst fonts| grep <>
来查看字体是否可用, 如果不可用,可以在templated.typ
中替换为系统可用的字体。
更详细的配置请移步 template.typ
main.typ
的导出效果
typst c <file>
- 使用 vscode 的 typst 插件导出