Typst files to generate club member listings (as PDFs) for the protected area of the club website.
- members-list.typ: main library, imported by all others typst files (
.typ
). - junioren-a.typ: listing of juniors "A" (expects a file
junioren_a.csv
indata
) - junioren-a.typ: listing of juniors "B"(expects a file
junioren_b.csv
indata
) - aktive.typ: listing of active members (expects a file
aktive.csv
indata
) - generate.sh: shell script that generates all PDFs in directory
output