grelin_templates/README.md
MORRO d83e6a99a9 Add tech-report and travel-plan templates, replacing feasibility.
Introduce tech-report/ with cover page, custom TOC, and summary flow; add travel-plan/ for trip planning; update README, gitignore, and brand colors.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-08 13:56:22 +08:00

1.7 KiB
Raw Permalink Blame History

GreLin · Typst 文档模板

GreLin 内部 Typst 模板库,按文档类型分目录维护。目录结构如下:

文件夹 说明 入口文件
resume-bp/ 融资 BP 团队简历(完整版,含证件照) cv.typ
resume-career/ 求职 / 个人主页简历(精简一页) cv.typ(内容 data/config.typ
tech-report/ 技术报告 report.typ(正文编辑 tech-report/content/report.md
presentation/ PPT 演示文稿16:9待完善 deck.typ(内容 data/config.typ
travel-plan/ 旅行计划(参考图、链接、行程) trips/<名>/ · 可选 plan.typ

环境要求

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

快速开始

  1. 用 VS Code / Cursor 打开本仓库,打开要编辑的入口文件,例如 resume-bp/cv.typresume-career/cv.typpresentation/deck.typtech-report/report.typ
  2. 技术报告正文在 tech-report/content/report.md 用 Markdown 编写,无需改 Typst 代码
  3. 看效果(预览):Ctrl+Shift+P → 输入 Typst Preview → 回车;侧边会实时显示排版效果
  4. 导出 PDFCtrl+Shift+P → 输入 Typst Export PDF → 回车PDF 默认生成在同目录

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