Typst documentation template for a ZHAW thesis, based on ZHAW guidelines.
Learn more about Typst here.
This template is based on the School of TUM thesis-template-typst.
Install typst.
brew install typst
Once you have installed Typst, you can use it like this:
# Creates `main.pdf` in working directory.
typst compile main.typ
# Watches source files and recompiles on changes.
typst watch main.typ
I recommend using the skim pdf viewer, which can be installed via brew.
Skim automatically reloads the pdf when it changes.
brew install --cask skim
todo: add how to setup typst-lsp / Treesitter.
I use typstyle to format my typst code.
typstyle -i format-all
brew install typstyle
Github action to build
https://github.com/marketplace/actions/github-action-for-typst