Schule als Staat Projekt Web, Dokumente, etc.
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

77 строки
1.7KB

  1. \documentclass[12pt]{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) -- (12.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}{l}
  38. \kreiswithdots \\
  39. \kreiswithdots \\
  40. \kreiswithdots \\
  41. \kreiswithdots \\
  42. \kreiswithdots \\
  43. \kreiswithdots \\
  44. \kreiswithdots \\
  45. \kreiswithdots \\
  46. \kreiswithdots \\
  47. \kreiswithdots \\
  48. \kreiswithdots \\
  49. \kreiswithdots \\
  50. \kreiswithdots \\
  51. \kreiswithdots \\
  52. \kreiswithdots \\
  53. \kreiswithdots \\
  54. \kreiswithdots \\
  55. \kreiswithdots \\
  56. \kreiswithdots \\
  57. \kreiswithdots \\
  58. \end{tabular}
  59. }
  60. \begin{document}
  61. \sheet
  62. \end{document}