documents/README.md
2024-04-09 08:09:25 +02:00

26 lines
512 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
- [Noto](https://fonts.google.com/specimen/Noto)
- [Ubuntu](https://fonts.google.com/specimen/Ubuntu)
## Generieren der PDFs
### Linux
```bash
# automatisches kompilieren bei Änderungen
typst watch *.typ
# einmaliges kompilieren
typst compile *.typ
```
### Windows
```ps1
.\typst.exe compile .\spendenbescheinigung.typ
```