A continuing roadmap to learn (and use) Typst
Below is an updating list of useful sources I found while switching my note-writing experiences
from LaTeX to typst, a new markup-based type-setting system that
use easier syntactic sugars. It might be helpful if you are tired of typing backslashes and \backslash
es.
Templates
- The go-to template (and my favorite template) for writing a note. It also supports changing the “depth” of theorem numbering just by a single parameter pass, which I think is used quite often in writing math notes: typst-theorems
- The official template directory, good for publications: typst/templates
Features
- Drawing: typst-canvas
- Commutative diagrams (Apr 2023): typst-cd
- Customizable table: typst-tablex