grelin_templates/presentation
MORRO 91303740b8 Add presentation template scaffold and remove resume-career local README.
Scaffold 16:9 PPT directory for future work; drop tracked local README now covered by gitignore only.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-26 23:24:10 +08:00
..
assets Add presentation template scaffold and remove resume-career local README. 2026-06-26 23:24:10 +08:00
data Add presentation template scaffold and remove resume-career local README. 2026-06-26 23:24:10 +08:00
deck.typ Add presentation template scaffold and remove resume-career local README. 2026-06-26 23:24:10 +08:00
README.md Add presentation template scaffold and remove resume-career local README. 2026-06-26 23:24:10 +08:00
sample.pdf Add presentation template scaffold and remove resume-career local README. 2026-06-26 23:24:10 +08:00

Presentation · PPT 演示模板

GreLin 16:9 演示文稿 Typst 模板(占位,待完善)。

入口:deck.typ · 内容:data/config.typ · 样式:data/theme.typ

目录结构

presentation/
├── deck.typ            # 入口
├── data/
│   ├── config.typ      # ★ 标题、作者、幻灯片内容
│   └── theme.typ       # 设计 token
└── assets/             # 图片等资源

编译

typst compile --root . presentation/deck.typ presentation/sample.pdf