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>
12 lines
518 B
Plaintext
12 lines
518 B
Plaintext
// =============================================================================
|
||
// 可行性报告 — 默认值(正文在 content/report.md,YAML 可覆盖下列字段)
|
||
// =============================================================================
|
||
|
||
#let default-brand = "GreLin"
|
||
#let default-company = "西安高岭绿能科技有限公司"
|
||
#let default-title = "智能矿石分选系统建设项目"
|
||
#let default-version = "v1.0"
|
||
#let default-date = "2026 年 6 月"
|
||
|
||
#let content-path = "content/report.md"
|