Scaffold 16:9 PPT directory for future work; drop tracked local README now covered by gitignore only. Co-authored-by: Cursor <cursoragent@cursor.com>
23 lines
536 B
Markdown
23 lines
536 B
Markdown
# Presentation · PPT 演示模板
|
|
|
|
GreLin 16:9 演示文稿 Typst 模板(占位,待完善)。
|
|
|
|
入口:`deck.typ` · 内容:`data/config.typ` · 样式:`data/theme.typ`
|
|
|
|
## 目录结构
|
|
|
|
```
|
|
presentation/
|
|
├── deck.typ # 入口
|
|
├── data/
|
|
│ ├── config.typ # ★ 标题、作者、幻灯片内容
|
|
│ └── theme.typ # 设计 token
|
|
└── assets/ # 图片等资源
|
|
```
|
|
|
|
## 编译
|
|
|
|
```bash
|
|
typst compile --root . presentation/deck.typ presentation/sample.pdf
|
|
```
|