Skip to content
Snippets Groups Projects
Commit fd7c448d authored by Niklas Bildhauer's avatar Niklas Bildhauer Committed by Nik | Klampfradler
Browse files

[verein.git] Protokoll "light"

parent 47b77d37
No related branches found
No related tags found
No related merge requests found
...@@ -107,6 +107,48 @@ ...@@ -107,6 +107,48 @@
} }
} }
%% Makro für Überschrift und Grunddaten eines vereinfachten Protokolls
%%
%% Argumente:
%% #1 - Titel der Sitzung (mit Genitivartikel)
%% #2 - Datum der Sitzung
%% #3 - Ort der Sitzung
%% #4 - Anzahl der anwesenden Mitglieder
%% #5 - Name des Sitzungsleiters
%% #6 - Name des Protokollanten
\newcommand{\teckidsprotolight}[8]{
\teckidshead{Protokoll #1}
\section{Ort, Datum und Anwesenheit}
\begin{tabular}{ l | l }
Datum & #2, Beginn #7 Uhr, Ende #8\\
Ort & #3\\
Anwesende Mitglieder & #4\\
Sitzungsleiter/in & #5\\
Protokollant/in & #6
\end{tabular}
\renewcommand{\contentsname}{}
\section{Inhalt des Protokolls}
\tableofcontents
\section{Diskussion der Tagesordnungspunkte}
%% Kommando für Protokollende definieren
\newcommand\teckidsprotoend{
\section{Schluss und amtliche Bestätigung}
\emph{Die Sitzung wurde um #8 Uhr beendet.
Die Richtigkeit und Vollständigkeit des Protokolls wird amtlich bestätigt.}
\vspace{1.5cm}\parbox{10cm}{
\centering\hrule
\strut \centering\footnotesize Ort, Datum, Unterschrift (#6)
}
}
}
%% Makro für eine Abstimmung mit Ergebnis. %% Makro für eine Abstimmung mit Ergebnis.
\newcommand{\motion}[5]{\begin{framed} \newcommand{\motion}[5]{\begin{framed}
%% Antrag %% Antrag
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment