Typst-Vorlagen der offiziellen Vereinsdokumente https://swablab.de/docs
Find a file
2023-07-12 19:27:44 +02:00
.vscode adds some final touches 2023-06-23 20:48:55 +02:00
templates chore: simplified template 2023-07-12 19:27:44 +02:00
.gitignore initial commit 2023-05-02 19:54:21 +02:00
beitragsordnung.typ chore: simplified template 2023-07-12 19:27:44 +02:00
beitrittserklärung.typ updates beitrittserklärung + haftungsausschluss 2023-06-11 11:46:39 +02:00
datenschutz-einwilligung.typ fixes dsgvo reference 2023-06-24 15:25:57 +02:00
haftungsausschluss.typ adds some final touches 2023-06-23 20:48:55 +02:00
README.md initial commit 2023-05-02 19:54:21 +02:00
werkstatt-agb.typ chore: simplified template 2023-07-12 19:27:44 +02:00
werkstatt-regeln.typ adds initial version of werkstatt-regeln 2023-07-10 20:51:44 +02:00

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

Generieren der PDFs

# automatisches kompilieren bei Änderungen
typst watch *.typ

# einmaliges kompilieren
typst compile *.typ