typst-workshop/chapters/what-is-needed.typ

18 lines
901 B
Typst

#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]
]