33 lines
797 B
Markdown
33 lines
797 B
Markdown
# Feasibility Report · 可行性研究报告模板
|
|
|
|
GreLin 可行性报告 Typst 模板,适用于项目论证、内部评审或 BP 附件。
|
|
|
|
## 快速开始
|
|
|
|
```bash
|
|
cd feasibility-report
|
|
typst compile report.typ
|
|
typst watch report.typ
|
|
```
|
|
|
|
## 定制
|
|
|
|
| 文件 | 说明 |
|
|
|------|------|
|
|
| [`data/config.typ`](data/config.typ) | 公司名、项目名、版本、日期、各章节正文 |
|
|
| [`data/theme.typ`](data/theme.typ) | 配色与字号 |
|
|
| [`data/layout.typ`](data/layout.typ) | 封面、摘要、章节组件 |
|
|
|
|
## 章节结构
|
|
|
|
1. 项目概述
|
|
2. 建设必要性与市场分析
|
|
3. 技术方案
|
|
4. 实施计划
|
|
5. 投资估算与资金用途
|
|
6. 效益分析
|
|
7. 风险分析与对策
|
|
8. 结论
|
|
|
|
在 `data/config.typ` 的 `sections` 数组中逐章填写内容即可。
|