Add first version of workshop slides

This commit is contained in:
Julius Freudenberger 2026-03-18 18:25:38 +01:00
parent 0739d26c9e
commit a57fda18c1
45 changed files with 879 additions and 0 deletions

View file

@ -0,0 +1,18 @@
#import "/globals.typ": *
#slide(title: "Bevor wir beginnen: Was brauche ich?")[
- typst Installation
- Windows: https://typst.app/open-source/#download
- Mac: Homebrew `typst`
- Linux: Installation über den Paketmanager
- deb: nicht paketiert, rpm: `copr/claaj/typst`
- Arch Linux: `typst`
- NixOS: `nixpkgs.typst`
- Docker: `ghcr.io/typst/typst`
- Texteditor
- #link("https://code.visualstudio.com/")[VSCode] mit #link("https://marketplace.visualstudio.com/items?itemName=myriad-dreamin.tinymist")[Tinymist], #link("https://neovim.io/")[neovim] mit #link("https://github.com/Myriad-Dreamin/tinymist/blob/main/editors/neovim/README.md")[Tinymist]
- #link("https://typesetter.trowell.net/")[Typesetter]
- Online-Editoren
- #link("https://typst.app/")[Online-Editor], Registrierung erforderlich
- #link("https://typst.app/play/")[Playground]
]