20 lines
418 B
Markdown
20 lines
418 B
Markdown
# offizielle Dokumente von swablab e.V.
|
|
|
|
## Installation typst
|
|
|
|
1. Download der ausführbaren Datei https://github.com/typst/typst/releases
|
|
|
|
## Installation der benötigten Schriften
|
|
|
|
- [Convergence](https://fonts.google.com/specimen/Convergence)
|
|
- Corbel (Microsoft Font)
|
|
|
|
## Generieren der PDFs
|
|
|
|
```bash
|
|
# automatisches kompilieren bei Änderungen
|
|
typst watch *.typ
|
|
|
|
# einmaliges kompilieren
|
|
typst compile *.typ
|
|
```
|