typst
Installation
SKILL.md
Typst Document Writing
Typst is a markup-based typesetting system. Files use .typ extension. No boilerplate required—just start writing.
Three Modes
Typst has three syntactical modes:
| Mode | Default In | Enter Via | Exit Via |
|---|---|---|---|
| Markup | .typ files |
[..] from code |
# for code |
| Code | After # |
#expr or { } |
[..] for markup |
| Math | Never | $..$ |
End $ |