diff --git a/getränkeliste.typ b/getränkeliste.typ new file mode 100644 index 0000000..1213446 --- /dev/null +++ b/getränkeliste.typ @@ -0,0 +1,20 @@ +#import "templates/tmpl_page.typ": tmpl_page +#import "templates/form.typ": form, form_field, form_inline + +#show: doc => tmpl_page( + title: "Getränkeliste", + version: "v1.0", + change_date: "16.02.2025", + subtext: [ + Für jedes Getränk einen Strich, für Wasser einen halben.\ + Bei mehr als 10 Strichen bitte den Betrag in die Getränkekasse werfen\ + und entsprechend durchstreichen. + ], + doc, +) + +#table( + columns: (8em, 1fr), + table.header([Name],[Anzahl Getränke]), + ..array.range(0,37).map(i => [#v(2em)]) +) \ No newline at end of file diff --git a/protokoll.yml.template b/protokoll.yml.template index bf24243..98c30df 100644 --- a/protokoll.yml.template +++ b/protokoll.yml.template @@ -1,6 +1,6 @@ title: Mitgliederversammlung date: Montag, 01.01.2024, 12:00 Uhr -location: Gartenstraße 11, Dornstetten +location: Friedrichstraße 17, 72250 Freudenstadt author: Autor lead: Leitung # Optional signature: false # wenn true wird signature.png (und ggf. signature_lead.png) geladen