Introduce tech-report/ with cover page, custom TOC, and summary flow; add travel-plan/ for trip planning; update README, gitignore, and brand colors. Co-authored-by: Cursor <cursoragent@cursor.com>
9 lines
137 B
Plaintext
9 lines
137 B
Plaintext
#import "theme.typ": *
|
|
|
|
#let underline-accent(body) = underline(
|
|
body,
|
|
stroke: 1.5pt + color-accent,
|
|
offset: 4pt,
|
|
evade: true,
|
|
)
|