Typst is a modern typesetting system designed as an alternative to LaTeX. It offers a simpler syntax, faster compilation, and programmatic document creation.
| "unknown variable" | Undefined identifier | Check spelling, ensure #let before use | | "expected X, found Y" | Type mismatch | Check function signature in docs | | "file not found" | Bad import path | Paths resolve relative to the current file | | "unknown font" | Font not installed | Use system fonts or web-safe alternatives |
| "maximum function call depth exceeded" | Deep recursion | Limit recursion, use iteration instead |
Typst creazione di documenti e sviluppo di pacchetti. Da utilizzare quando: (1) si lavora con file .typ, (2) l'utente menziona typst, typst.toml o typst-cli, (3) si creano o si utilizzano pacchetti Typst, (4) si sviluppano modelli di documenti, (5) si converte Markdown/LaTeX in Typst Fonte: lucifer1004/claude-skill-typst.