Introduce cmarker/codly-based MD workflow, brutalist cover layout, and shared brand tokens so colleagues can author reports in report.md while the template handles PDF output. Co-authored-by: Cursor <cursoragent@cursor.com> |
||
|---|---|---|
| brand | ||
| feasibility | ||
| resume | ||
| .gitignore | ||
| README.md | ||
| typst.toml | ||
GreLin · Typst 文档模板
GreLin 内部 Typst 模板库,按文档类型分目录维护。目录结构如下:
| 文件夹 | 说明 | 入口文件 |
|---|---|---|
resume/ |
团队简历 | cv.typ |
feasibility/ |
可行性研究报告 | report.typ(正文编辑 feasibility/content/report.md) |
环境要求
快速开始
- 用 VS Code / Cursor 打开本仓库,打开要编辑的入口文件,例如
resume/cv.typ或feasibility/report.typ - 可行性报告正文在
feasibility/content/report.md用 Markdown 编写,无需改 Typst 代码 - 看效果(预览):
Ctrl+Shift+P→ 输入Typst Preview→ 回车;侧边会实时显示排版效果 - 导出 PDF:
Ctrl+Shift+P→ 输入Typst Export PDF→ 回车;PDF 默认生成在同目录(如resume/sample.pdf)
不熟悉 Typst?可参考社区维护的 小蓝书(Typst 中文教程);英文版见 官方入门教程。