Generate Typst source code for documents, reports, papers, and presentations, covering markup, math, scripting, and layout syntax.
This skill enables the agent to create Typst documents with correct syntax, styling, and mathematical formulas.
Version: Based on Typst v0.14.2
.typ
$...$
#
\textbf{text}
*text*
\textit{text}
_text_
\section{Title}
= Title
\frac{a}{b}
a/b
frac(a, b)
\func{arg}
#func(arg)
#set func(prop: value)