This repository contains Typst sources for the assembly course and practical decks.
Choose one of the following:
- macOS (Homebrew):
brew install typst
- Linux (APT):
sudo apt install typst
- Rust (cargo):
cargo install typst-cli
From the repository root:
typst compile cesky_course_assembly_2025.typ
typst compile practical.typ
typst compile short.typThis generates PDF files next to the .typ files. The PDFs are intentionally ignored by git.
Or more convenient to edit
typst watch cesky_course_assembly_2025.typ