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.

97 lignes
3.0KB

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