Schule als Staat Projekt Web, Dokumente, etc.
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

80 lines
1.5KB

  1. \documentclass[12pt]{article}
  2. \usepackage[utf8]{inputenc}
  3. \usepackage[german]{babel}
  4. \usepackage{tikz}
  5. \usepackage{extsizes}
  6. \usepackage{geometry}
  7. \usepackage{booktabs}
  8. \usepackage{eurosym}
  9. \geometry{
  10. margin=1.2cm
  11. }
  12. \newcommand{\kreis}{
  13. $\vcenter{\begin{tikzpicture}
  14. \draw (0,0) circle (0.2cm);
  15. \end{tikzpicture}}$
  16. }
  17. \setlength{\parindent}{0cm}
  18. \pagenumbering{gobble}
  19. \begin{document}
  20. \textbf{\LARGE{Ausreisebescheinigung}}
  21. \vspace{0.5cm}
  22. Die folgende Ausreisebescheinigung erlaubt das Verlassen des Staatsgebiets für einen
  23. eingeschränkten Zeitraum. Bei Zuwiderhandlung gegen die Rahmenbedingungen des Auslandsaufenthalts
  24. wird ein Verfahren wegen Hochverrat erhoben.
  25. \renewcommand{\arraystretch}{1.5}
  26. \vspace{0.7cm}
  27. \begin{tabular}{p{5cm}p{13cm}}
  28. Name der Ausreisenden: & \dotfill \\
  29. \end{tabular}
  30. \vspace{3mm}
  31. \begin{tabular}{p{5cm}p{13cm}}
  32. Zeitraum: & \dotfill \\
  33. \end{tabular}
  34. \vspace{3mm}
  35. \begin{tabular}{p{5cm}p{13cm}}
  36. Begründung: & \dotfill \\
  37. & \dotfill \\
  38. & \dotfill \\
  39. & \dotfill \\
  40. & \dotfill \\
  41. & \dotfill \\
  42. \end{tabular}
  43. \vspace{3mm}
  44. \begin{tabular}{p{5cm}p{13cm}}
  45. Besonderheiten: & \dotfill \\
  46. & \dotfill \\
  47. & \dotfill \\
  48. & \dotfill \\
  49. & \dotfill \\
  50. & \dotfill \\
  51. \end{tabular}
  52. \vspace{8mm}
  53. \textbf{Genehmigt durch das Innen- oder Wirtschaftsministerium}
  54. \vspace{3mm}
  55. \begin{tabular}{p{5cm}p{13cm}}
  56. Datum: & \dotfill \\
  57. \end{tabular}
  58. \vspace{3mm}
  59. \begin{tabular}{p{5cm}p{13cm}}
  60. Unterschrift: & \dotfill \\
  61. \end{tabular}
  62. \end{document}