From aefb5f6c15fbbac96bd3bcdb8d839566b2335466 Mon Sep 17 00:00:00 2001 From: nils Date: Sat, 17 Feb 2018 20:42:33 +0100 Subject: [PATCH] Add new file --- texed/protocol.tex | 154 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 154 insertions(+) create mode 100644 texed/protocol.tex diff --git a/texed/protocol.tex b/texed/protocol.tex new file mode 100644 index 0000000..cd13ca1 --- /dev/null +++ b/texed/protocol.tex @@ -0,0 +1,154 @@ +\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} \ No newline at end of file