Skip to content

trace1729/typst-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typst 模板

参考 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 插件导出

教程推荐

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages