Schule als Staat Projekt Web, Dokumente, etc.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

68 lines
1.5KB

  1. \documentclass{article}
  2. \usepackage{geometry}
  3. \usepackage[utf8]{inputenc}
  4. \usepackage{array}
  5. \usepackage{tikz}
  6. \usepackage{lipsum}
  7. \usepgflibrary{arrows}
  8. \def\mydotfill#1{\cleaders\hbox to #1{.}\hfill}
  9. \newcommand\dotline[2][.5em]{\leavevmode\hbox to #2{\mydotfill{#1}\hfil}}
  10. \geometry{
  11. top=15mm,
  12. left=15mm,
  13. right=15mm,
  14. bottom=15mm
  15. }
  16. \setlength{\parindent}{0mm}
  17. \setlength{\parskip}{3mm}
  18. \renewcommand{\arraystretch}{2.0}
  19. \pagenumbering{gobble}
  20. \newcolumntype{R}[1]{>{\raggedleft\arraybackslash}p{#1}}
  21. \newcolumntype{L}[1]{>{\raggedright\arraybackslash}p{#1}}
  22. \newcolumntype{M}[1]{>{\centering\arraybackslash}m{#1}}
  23. \newcommand{\kreis}{
  24. $\vcenter{\begin{tikzpicture}
  25. \draw (0,0) circle (0.3cm);
  26. \end{tikzpicture}}$
  27. }
  28. \newcommand{\kreiswithdots}{
  29. $\vcenter{\begin{tikzpicture}
  30. \draw (0,0) circle (0.3cm);
  31. \draw [dotted, very thick] (0.5, -0.2) -- (8.3, -0.2);
  32. \end{tikzpicture}}$
  33. }
  34. \newcommand{\sheet}{
  35. \textbf{\large{Wahl des/der \dotline{6cm}}}
  36. Die folgenden Kandidat/-innen stehen zur Wahl, bitte setzen Sie genau \dotline{1cm} Kreuz(e).
  37. \begin{tabular}{p{9cm}p{9cm}}
  38. \kreiswithdots & \kreiswithdots \\
  39. \kreiswithdots & \kreiswithdots \\
  40. \kreiswithdots & \kreiswithdots \\
  41. \kreiswithdots & \kreiswithdots \\
  42. \kreiswithdots & \kreiswithdots \\
  43. \kreiswithdots & \kreiswithdots \\
  44. \end{tabular}
  45. }
  46. \begin{document}
  47. \sheet
  48. \vspace{1.5cm}
  49. \sheet
  50. \vspace{1.5cm}
  51. \sheet
  52. \vspace{1.5cm}
  53. \end{document}