Add files
This commit is contained in:
56
protocol.typ
Normal file
56
protocol.typ
Normal file
@@ -0,0 +1,56 @@
|
||||
#import "@preview/quick-minutes:1.2.2": *
|
||||
|
||||
#set text(font: "Segoe UI Variable Static Text")
|
||||
#show <name>: set text(font: "Segoe UI Small Capital in Small")
|
||||
|
||||
#show: minutes.with(
|
||||
locale: "de",
|
||||
chairperson: "Zaphod Beeblebrox",
|
||||
secretary: "Ford Prefect",
|
||||
date: datetime(year: 2042, month: 5, day: 25),
|
||||
body-name: "FabLab Altmühlfranken e.\u{202f}V.",
|
||||
event-name: "Sitzung",
|
||||
present: (
|
||||
"Arthur Dent",
|
||||
"Tricia McMillan",
|
||||
),
|
||||
not-voting: (
|
||||
"Slartibartfaß",
|
||||
),
|
||||
custom-header: (date, body-name, event-name, logo, _) => [#grid(columns: (auto, 1fr), align: (left, right), [#logo], [#body-name #linebreak() #event-name am #date]) #line(length: 100%, stroke: 2pt + rgb("#16A3C4"))],
|
||||
custom-name-format: (first-name, last-name, _, _) => [#first-name #last-name],
|
||||
custom-name-style: (name, _) => [#name <name>],
|
||||
display-all-warnings: true,
|
||||
//enable-help-text: true,
|
||||
//hide-warnings: true,
|
||||
translation-overrides: ("ITEM": "Punkt"),
|
||||
show-arrival-time: true,
|
||||
logo: image("logo.svg", height: 4em),
|
||||
signing: true,
|
||||
line-numbering: none,
|
||||
hole-mark: true,
|
||||
)
|
||||
|
||||
// NOTE: Abstimmung in Tagesordnung verstecken
|
||||
#show heading.where(level: 5): it => [
|
||||
#block(it.body)
|
||||
]
|
||||
|
||||
= 1900/Begrüßung
|
||||
|
||||
/ZB begrüßt die Galaxis.
|
||||
|
||||
= 1905/Bericht der Vogonen
|
||||
|
||||
#lorem(10)
|
||||
|
||||
= 1930/Wahl
|
||||
|
||||
--2000/Arthur
|
||||
|
||||
!2005/Soll die Umgehungsstraße gebaut werden?/2/0/1
|
||||
|
||||
Die Pläne werden im Planungsbüro ausgehängt.
|
||||
|
||||
/2030
|
||||
|
Reference in New Issue
Block a user