Schule als Staat Projekt Web, Dokumente, etc.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

104 lignes
3.5KB

  1. \documentclass{article}
  2. \usepackage{geometry}
  3. \usepackage[utf8]{inputenc}
  4. \usepackage{array}
  5. \usepackage{tikz}
  6. \usepackage{lipsum}
  7. \usepgflibrary{arrows}
  8. \geometry{
  9. top=10mm,
  10. left=5mm,
  11. right=5mm,
  12. %a5paper,
  13. %landscape
  14. }
  15. \pagenumbering{gobble}
  16. \newcolumntype{R}[1]{>{\raggedleft\arraybackslash}p{#1}}
  17. \newcolumntype{L}[1]{>{\raggedright\arraybackslash}p{#1}}
  18. \newcolumntype{M}[1]{>{\centering\arraybackslash}m{#1}}
  19. \newcommand{\kreis}{
  20. $\vcenter{\begin{tikzpicture}
  21. \draw (0,0) circle (0.3cm);
  22. \end{tikzpicture}}$
  23. }
  24. \newcommand{\linksarrow}{
  25. \begin{tikzpicture}
  26. \draw [->,line width=8] (0,1.5) -- (2.5,1.5) -- (2.5,0);
  27. \draw [fill=white] (2.5, 1.3) circle (0.4cm);
  28. \draw [line width=2] (2.3, 1.5) -- (2.7, 1.1);
  29. \draw [line width=2] (2.7, 1.5) -- (2.3, 1.1);
  30. \end{tikzpicture}
  31. }
  32. \newcommand{\rechtsarrow}{
  33. \begin{tikzpicture}
  34. \draw [->, line width=8] (2.5,1.5) -- (0,1.5) -- (0,0);
  35. \draw [fill=white] (0, 1.3) circle (0.4cm);
  36. \draw [line width=2] (-0.2, 1.5) -- (0.2, 1.1);
  37. \draw [line width=2] (-0.2, 1.1) -- (0.2, 1.5);
  38. \end{tikzpicture}
  39. }
  40. \begin{document}
  41. \begin{center}
  42. \textbf{\LARGE{Stimmzettel}}\\
  43. \large für die Wahl des Goethopischen Parlaments\\
  44. und des Präsidenten\\
  45. am 1. Februar 2018
  46. \end{center}
  47. \vspace{6mm}
  48. \begin{center}
  49. \textbf{\LARGE{Sie haben 2 Stimmen}}
  50. \end{center}
  51. \vspace{-5mm}
  52. \begin{center}
  53. \begin{tabular}{R{9cm}p{.2cm}L{9cm}}
  54. %\linksarrow & & \rechtsarrow \\
  55. %\large{\textbf{hier 1 Stimme}} & & \large{\textbf{hier 1 Stimme}} \\
  56. %\textbf{für die Wahl} & & \textbf{für die Wahl} \\
  57. %\textbf{des/der Präsident/-in} & & \textbf{einer Liste (Partei)} \\[3mm]
  58. \linksarrow \hspace*{1mm} & & \hspace*{1mm} \rechtsarrow \\
  59. \large{\textbf{hier 1 Stimme}} \hspace*{3mm} & & \hspace*{3mm} \large{\textbf{hier 1 Stimme}} \\
  60. \textbf{für die Wahl} \hspace*{3mm} & & \hspace*{3mm} \textbf{für die Wahl} \\
  61. \textbf{des/der Präsident/-in} \hspace*{3mm} & & \hspace*{3mm} \textbf{einer Liste (Partei)} \\[3mm]
  62. \begin{tabular}[t]{|L{2mm}|L{6cm}|M{1cm}|@{}m{0pt}@{}}
  63. \firsthline
  64. 1 & \textbf{Bozcali}, Aylin & \kreis & \\[.5cm] \hline
  65. 2 & \textbf{Pompei}, Paula-Francesca & \kreis & \\[.5cm] \hline
  66. 3 & \textbf{Reischl}, Eric & \kreis & \\[.5cm] \hline
  67. 4 & \textbf{Schwarz}, David & \kreis & \\[.5cm] \hline
  68. \end{tabular}
  69. & &
  70. \begin{tabular}[t]{|M{1cm}|L{6cm}|m{2mm}|@{}m{0pt}@{}}
  71. \firsthline
  72. \kreis & Die Blauen (\textbf{DB}) & 1 & \\[.5cm] \hline
  73. \kreis & Die Goethopia Partei (\textbf{DGP}) & 2 & \\[.5cm] \hline
  74. \kreis & Einheitliche Arbeiterpartei (\textbf{EAP}) & 3 & \\[.5cm] \hline
  75. \kreis & Frauen im Parlament (\textbf{FiP}) & 4 & \\[.5cm] \hline
  76. \kreis & Goethopische Gerechtigkeitspartei (\textbf{GGP}) & 5 & \\[.5cm] \hline
  77. \kreis & Kommunistisch Altruistische Partei (\textbf{Kitkat}) & 6 & \\[.5cm] \hline
  78. \kreis & Kleine Kätzchen Partei (\textbf{KKP}) & 7 & \\[.5cm] \hline
  79. \kreis & Liberale Sozialdemokraten (\textbf{LSD}) & 8 & \\[.5cm] \hline
  80. \kreis & Minderheitengremium (\textbf{MIG}) & 9 & \\[.5cm] \hline
  81. \kreis & Partei für Gleichberechtigung (\textbf{PfG}) & 10 & \\[.5cm] \hline
  82. \end{tabular}
  83. \\
  84. \end{tabular}
  85. \end{center}
  86. \end{document}