From 99a2a392f3b7d7261ba58c48a93be62539c3ab73 Mon Sep 17 00:00:00 2001 From: AntonObersteiner Date: Fri, 3 Feb 2023 12:22:03 +0100 Subject: [PATCH] update \quorum, add \meetingPlace and \meetingBreak --- protokoll/fsrprotokoll.cls | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/protokoll/fsrprotokoll.cls b/protokoll/fsrprotokoll.cls index cb2d945..aecbd46 100644 --- a/protokoll/fsrprotokoll.cls +++ b/protokoll/fsrprotokoll.cls @@ -84,6 +84,7 @@ } \newcommand*{\quorum}[2] { + Die Sitzungsleitung eröffnet die Sitzung. \newcount\quorateThreshold \quorateThreshold=#2 Es sind #1 von #2 Mitgliedern mit aktivem Stimmrecht anwesend. @@ -103,10 +104,12 @@ \vspace*{1cm}% \textbf{\Large Protokoll zur FSR--Sitzung vom \the\date}% - Sitzungsleitung: \the\chairperson \,| % + Sitzungsleitung: \the\chairperson \, | % Protokoll: \the\clerks% - Sitzungsbeginn: \the\meetingStart \,| Sitzungsende: \the\meetingEnd% + Sitzungsbeginn: \the\meetingStart \, | Sitzungsende: \the\meetingEnd% + + Sitzungsort: \the\meetingPlace % required by FSO \end{center}% \textbf{Anwesende:} \the\attendees% \, (\the\attendeesNumber \, von 17)% @@ -275,6 +278,11 @@ \textit{[#1 erscheint zur Sitzung]}% } } + +\newcommand*{\meetingBreak}[1] { + \textit{Die Sitzung wird für #1 Minuten unterbrochen.}% +} + \newcommand*{\signature} { \vfill \noindent\rule{6.5cm}{0.3pt} \hfill \noindent\rule{6.5cm}{0.3pt} @@ -298,6 +306,7 @@ \newtoks\clerks \newtoks\meetingStart \newtoks\meetingEnd +\newtoks\meetingPlace \newtoks\attendees \newtoks\excused \newtoks\unexcused