Typst-Vorlagen der offiziellen Vereinsdokumente https://swablab.de/docs
Find a file
2025-01-02 21:59:23 +00:00
.devcontainer feat: remove containerfiles 2024-11-06 19:10:42 +00:00
.github/workflows fix: typo again 2024-11-06 19:13:13 +00:00
.vscode feat: add devcontainer 2024-09-22 17:39:56 +00:00
templates updates account number 2024-11-13 12:20:25 +01:00
.gitignore feat: create container 2024-09-23 00:31:45 +02:00
3d-druck-agb.typ feat: rework datenschutz 2024-10-16 20:46:04 +00:00
beitragsordnung.typ create letter template 2024-05-29 22:11:15 +02:00
beleg.typ add beleg 2024-05-31 15:21:44 +02:00
datenschutz.typ minor fixes 2024-10-19 14:53:14 +02:00
haftungsausschluss.typ feat: rework datenschutz 2024-10-16 20:46:04 +00:00
LICENSE Create LICENSE 2024-04-17 11:47:23 +02:00
mitgliedsantrag.typ feat: rework datenschutz 2024-10-16 20:46:04 +00:00
protokoll.typ adds small padding 2024-11-13 12:16:59 +01:00
protokoll.yml.template add protokoll 2024-06-15 16:13:28 +02:00
README.md chore: fix grammar 2024-09-23 17:45:51 +00:00
rechnung.typ updates account number 2024-11-13 12:20:25 +01:00
rechnung.yml.template feat: add devcontainer 2024-09-22 17:39:56 +00:00
sachzuwendung.typ feat: add sachzuwendung 2025-01-02 21:59:23 +00:00
sachzuwendung.yml.template feat: add sachzuwendung 2025-01-02 21:59:23 +00:00
satzung.typ create letter template 2024-05-29 22:11:15 +02:00
spendenbescheinigung.typ updates account number 2024-11-13 12:20:25 +01:00
spendenbescheinigung.yml.template adds spendenbescheinigung 2024-04-03 19:28:09 +02:00
werkstatt-agb.typ feat: rework datenschutz 2024-10-16 20:46:04 +00:00
werkstatt-regeln.typ create letter template 2024-05-29 22:11:15 +02:00

offizielle Dokumente des 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

Linux

# automatisches kompilieren bei Änderungen
typst watch *.typ

# einmaliges kompilieren
typst compile *.typ

Windows

.\typst.exe compile .\spendenbescheinigung.typ