diff --git a/texed/wahlergebnis.tex b/texed/wahlergebnis.tex new file mode 100644 index 0000000..dabed77 --- /dev/null +++ b/texed/wahlergebnis.tex @@ -0,0 +1,92 @@ +\documentclass{sasbase} + +\usepackage[ngerman]{babel} +\usepackage{booktabs} + +\begin{document} + +\onecolumn +\title{Wahlergebnis - Detail} +\place{Ludwigsburg} +\datum{01. Februar 2017} +\edition{1} + +\mytitle + +\setlength{\parindent}{0mm} +\setlength{\parskip}{2mm} + +\section{Präsidentschaftswahl} + +David Schwarz wurde als Präsident Goethopias gewählt. +\begin{tabular}{ |p{3cm}||p{3cm}|p{3cm}|p{3cm}|p{3cm}| } + \hline + \multicolumn{5}{|c|}{Präsidentschaftskandidaten} \\ + \hline + Kategorie & Aylin Bozcali & Paula-Francesca Pompei & David Schwarz & Ungültig\\ + \hline + Stimen & 87 & 287 & 319 & 11 \\ + Prozent & 12,3 & 40,7 & 45,4 & 1,6 \\ + \hline +\end{tabular} + + + +\section{Parteienwahl} + +\begin{tabular}{ |p{3cm}||p{3cm}|p{3cm}|p{3cm}|p{3cm}|p{3cm}|p{3cm}|p{3cm}|p{3cm}|p{3cm}|p{3cm}|p{3cm}| } + \hline + \multicolumn{12}{|c|}{Parteien} \\ + \hline + Kategorie & Die Blauen & Die Goethopia Partei & Einheitliche Arbeiterpartei & Frauen im Parlament & Goethopische Gerechtigkeitspartei & Kommunistisch-Altruistische Partei & Kleine Kätzchen Partei & Liberale Sozialdemokraten & Minderheitengremium & Partei für Gleichberechtigung & Ungültig\\ + \hline + Stimen & 20 & 20 & 123 & 51 & 15 & 76 & 66 & 206 & 54 & 62 & 11 \\ + Anteil in % & 2,8 & 2,8 & 17,5 & 7,2 & 2,1 & 10,8 & 9,4 & 29,3 & 7,7 & 8,4 & 1,6 \\ + Anteil in % nach 5%-Hürde & 0 & 0 & 19,3 & 8,0 & 0 & 11,9 & 10,3 & 32,3 & 8,5 & 9,7 & 1,6 \\ + Sitze & 0 & 0 & 5 & 2 & 0 & 4 & 3 & 10 & 3 & 3 & 0\\ + \hline +\end{tabular} + +\section{Abgeordnetenliste} + +\begin{tabular}{ |p{3cm}|p{3cm}| } + \hline + \multicolumn{2}{|c|}{Abgeordneten im Parlament} \\ + \hline + Name & Partei \\ + \hline +Amil Mahmutovic & KKP \\ +Ann-Kathrin Baum & FiP\\ +Anna Hofmann & PfG\\ +Chantal Gliem & MIG\\ +Daniel Höfig & MIG\\ +Daniel Wizemann & KitKat\\ +Elisa Heinzelmann & FiP\\ +Felix Wüstner & EAP\\ +Finn Mann & EAP\\ +Hanna Broghammer & LSD\\ +Henrik Möller & LSD\\ +Ina John & LSD\\ +Johanna Frei & LSD\\ +Jonas Vohrer & EAP\\ +Joshua Roth & EAP\\ +Jule Mangold & LSD\\ +Julia Bach & LSD\\ +Julia Trachtmann & LSD\\ +Justin Hordorkovski & LSD\\ +Klara Digel & KitKat\\ +Lily Timme & KitKat\\ +Linnea Betz & MIG\\ +Louise Acupanda & KKP\\ +Nele Jung & PfG\\ +Nikolas & EAP\\ +Robin Deines & LSD\\ +Scott Hebach & LSD\\ +Simon Brettschneider & PfG\\ +Stefan Digel & KitKat\\ +Veronika Seltsam & KKP\\ +Young-Sue Shin & EAP\\ + \hline +\end{tabular} + +\end{document} \ No newline at end of file