|
- \documentclass{sasbase}
-
- \usepackage{lipsum}
- \usepackage{enumitem}
- \usepackage{graphicx}
- \usepackage[ngerman]{babel}
- \usepackage{tikz}
- \usepackage{extsizes}
- \usepackage{geometry}
-
- \begin{document}
-
- \title{Protokoll}
- \place{Ludwigsburg}
- \datum{19. Februar 2018}
- \edition{1}
- \setcounter{secnumdepth}{5}
- \onecolumn
- \mytitle
- % OPTIONAL
- %\squarestyle
- % OR
- \parensstyle
-
- \vspace*{-5mm}
- \section{Vor der Sitzung}
- \vspace*{5mm}
-
-
- \geometry{
- margin=1.2cm
- }
-
- \newcommand{\kreis}{
- $\vcenter{\begin{tikzpicture}
- \draw (0,0) circle (0.2cm);
- \end{tikzpicture}}$
- }
-
- \begin{tabular}{p{4cm}p{14cm}}
- Fehlende Abgeordnete: & \dotfill \\
- \end{tabular}
-
- \vspace{3mm}
- \begin{tabular}{p{4cm}p{14cm}}
- G\"{a}ste: &
- \begin{tabular}[t]{p{0.5cm}p{5cm}p{1cm}p{0.5cm}p{5cm}}
- \kreis & Pr\"{a}sident & \kreis & Polizei-Chef \\
- Sonstige: & \dotfill & \dotfill & \dotfill \\
- \end{tabular}
- \\
- \end{tabular}
-
- \begin{tabular}{p{4cm}p{14cm}}
- Leitung durch: &
- \begin{tabular}[t]{p{0.5cm}p{5cm}p{1cm}p{0.5cm}p{5cm}}
- \kreis & Pr\"{a}sident & \kreis & Parlamentspr\"{a}sident \\
- Vertretung: & \dotfill & \dotfill & \dotfill \\
- \end{tabular}
- \\
- \end{tabular}
-
- \vspace{3mm}
- \begin{tabular}{p{4cm}p{14cm}}
- Beschlussf\"{a}higkeit: &
- \begin{tabular}[t]{p{0.5cm}p{5cm}p{1cm}p{0.5cm}p{5cm}}
- \kreis & < 10 Abgeordnete & \kreis & \geq 10 Abgeordnete \\
- \end{tabular}
- \\
- \end{tabular}
-
- \vspace{3mm}
- \begin{tabular}{p{4cm}p{14cm}}
- Anwesenheit juristischer Berater: &
- \begin{tabular}[t]{p{0.5cm}p{5cm}p{1cm}p{0.5cm}p{5cm}}
- \kreis & Ja & \kreis & Nein \\
- \end{tabular}
- \\
- \end{tabular}
-
- \begin{tabular}{p{4cm}p{14cm}}
- Sitzungser\"{o}ffnung um: & \dotfill \\
- \end{tabular}
-
- \vspace*{-5mm}
- \section{W\"{a}hrend der Sitzung}
- \vspace*{5mm}
-
- \vspace{3mm}
- \begin{tabular}{p{4cm}p{14cm}}
- Beschlüsse: & \dotfill \\
- & \dotfill \\
- & \dotfill \\
- & \dotfill \\
- & \dotfill \\
- & \dotfill \\
- & \dotfill \\
- & \dotfill \\
- & \dotfill \\
- & \dotfill \\
- & \dotfill \\
- & \dotfill \\
- & \dotfill \\
- & \dotfill \\
- & \dotfill \\
- & \dotfill \\
- & \dotfill \\
- \end{tabular}
-
- \begin{tabular}{p{4cm}p{14cm}}
- Reden: & \dotfill \\
- & \dotfill \\
- & \dotfill \\
- & \dotfill \\
- & \dotfill \\
- & \dotfill \\
- & \dotfill \\
- & \dotfill \\
- & \dotfill \\
- & \dotfill \\
- & \dotfill \\
- & \dotfill \\
- & \dotfill \\
- & \dotfill \\
- & \dotfill \\
- & \dotfill \\
- & \dotfill \\
- \end{tabular}
-
- \vspace{3mm}
- \begin{tabular}{p{4cm}p{14cm}}
- R\"{u}gen: &
- \begin{tabular}[t]{p{0.5cm}p{5cm}p{1cm}p{0.5cm}p{5cm}}
- An & \dotfill & Grund & \dotfill \\
- An & \dotfill & Grund & \dotfill \\
- An & \dotfill & Grund & \dotfill \\
- An & \dotfill & Grund & \dotfill \\
- \end{tabular}
- \\
- \end{tabular}
-
- \vspace*{-5mm}
- \section{Nach der Sitzung}
- \vspace*{5mm}
-
- \begin{tabular}{p{4cm}p{14cm}}
- Unterschrift Leitung: & \dotfill \\
- \end{tabular}
-
- \begin{tabular}{p{4cm}p{14cm}}
- Unterschrift Ger\"{u}gte: & \dotfill \\
- \end{tabular}
-
- \end{document}
|