Go to file
2026-06-23 14:39:21 +08:00
brand Complete GreLin resume template with sample PDF and shared brand colors. 2026-06-23 14:39:21 +08:00
feasibility Complete GreLin resume template with sample PDF and shared brand colors. 2026-06-23 14:39:21 +08:00
resume Complete GreLin resume template with sample PDF and shared brand colors. 2026-06-23 14:39:21 +08:00
.gitignore Complete GreLin resume template with sample PDF and shared brand colors. 2026-06-23 14:39:21 +08:00
README.md Complete GreLin resume template with sample PDF and shared brand colors. 2026-06-23 14:39:21 +08:00
typst.toml Complete GreLin resume template with sample PDF and shared brand colors. 2026-06-23 14:39:21 +08:00

GreLin · Typst 文档模板

GreLin 内部 Typst 模板库,按文档类型分目录维护。

目录

文件夹 说明 入口文件
resume/ 团队简历 cv.typ
feasibility/ 可行性研究报告 report.typ

环境要求

  • VS CodeCursor
  • 扩展:Tinymist(搜索 Tinymist 安装即可,已集成预览与导出,无需单独装 Typst CLI

勿安装已废弃的 Typst LSPTypst Preview,会与 Tinymist 冲突。

快速开始

  1. 用 VS Code / Cursor 打开本仓库
  2. 打开要编辑的入口文件,例如 resume/cv.typ
  3. 看效果(预览)Ctrl+Shift+P → 输入 Typst Preview → 回车;侧边会实时显示排版效果(快捷键 Ctrl+K 然后 V
  4. 导出 PDFCtrl+Shift+P → 输入 Typst Export PDF → 回车PDF 默认生成在同目录(如 resume/sample.pdf

仓库根目录的 typst.toml 将项目根设为 GreLin以便 resume/feasibility/ 共享 brand/colors.typ。命令行编译示例:

typst compile resume/cv.typ resume/sample.pdf --root .

已填好的示例 PDF 见 resume/sample.pdf

不熟悉 Typst可参考社区维护的 小蓝书Typst 中文教程);英文版见 官方入门教程