Schule als Staat Projekt Web, Dokumente, etc.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

84 行
1.7KB

  1. \documentclass[12pt]{article}
  2. \usepackage[utf8]{inputenc}
  3. \usepackage[german]{babel}
  4. \usepackage{tikz}
  5. \usepackage{extsizes}
  6. \usepackage{geometry}
  7. \geometry{
  8. margin=1.2cm
  9. }
  10. \newcommand{\kreis}{
  11. $\vcenter{\begin{tikzpicture}
  12. \draw (0,0) circle (0.2cm);
  13. \end{tikzpicture}}$
  14. }
  15. \setlength{\parindent}{0cm}
  16. \pagenumbering{gobble}
  17. \begin{document}
  18. \textbf{\LARGE{Bewerbung als Beamter}}
  19. \vspace{0.5cm}
  20. Du möchtest du dich als Beamter in der Regierung oder als Richter bewerben? Dann fülle einfach
  21. diesen Zettel aus und gib den dann im Sekreteriat ab. Bitte erwähne in deiner Motivation weder
  22. deine Klasse noch deinen Namen.
  23. \renewcommand{\arraystretch}{1.5}
  24. \vspace{1cm}
  25. \begin{tabular}{p{4cm}p{14cm}}
  26. Name: & \dotfill \\
  27. \end{tabular}
  28. \vspace{3mm}
  29. \begin{tabular}{p{4cm}p{14cm}}
  30. Klasse: & \dotfill \\
  31. \end{tabular}
  32. \vspace{3mm}
  33. \begin{tabular}{p{4cm}p{14cm}}
  34. Stelle: &
  35. \begin{tabular}[t]{p{0.5cm}p{5cm}p{1cm}p{0.5cm}p{5cm}}
  36. \kreis & Richterin & \kreis & Verfassungsrichterin \\
  37. \kreis & Zollbeamterin & \kreis & Polizistin \\
  38. \kreis & Wirtschaftskontrolldienst & \kreis & Staatssekretärin \\
  39. \kreis & Polizeichefin & \kreis & Staatsanwältin \\
  40. \end{tabular}
  41. \\
  42. \end{tabular}
  43. \vspace{3mm}
  44. \begin{tabular}{p{4cm}p{14cm}}
  45. Email: & \dotfill \\
  46. \end{tabular}
  47. \vspace{3mm}
  48. \begin{tabular}{p{4cm}p{14cm}}
  49. Motivation: & \dotfill \\
  50. & \dotfill \\
  51. & \dotfill \\
  52. & \dotfill \\
  53. & \dotfill \\
  54. & \dotfill \\
  55. & \dotfill \\
  56. & \dotfill \\
  57. & \dotfill \\
  58. & \dotfill \\
  59. & \dotfill \\
  60. & \dotfill \\
  61. & \dotfill \\
  62. & \dotfill \\
  63. & \dotfill \\
  64. & \dotfill \\
  65. & \dotfill \\
  66. \end{tabular}
  67. \end{document}