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.

97 line
2.2KB

  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{Wirtschaftsplan}}
  21. \vspace{0.5cm}
  22. Bitte trage alle bis jetzt absehbaren oder geplanten Ausgaben und Einnahmen ein und erkläre
  23. wenn nötig. Alle Mitarbeiter müssen mit mindestens 1,5 \euro{} pro Stunde entlohnt werden!
  24. \renewcommand{\arraystretch}{1.5}
  25. \vspace{0.7cm}
  26. \begin{tabular}{p{4cm}p{14cm}}
  27. Name des Betriebs: & \dotfill \\
  28. \end{tabular}
  29. \vspace{3mm}
  30. \begin{tabular}{p{4cm}p{14cm}}
  31. Email: & \dotfill \\
  32. \end{tabular}
  33. \vspace{3mm}
  34. \begin{tabular}{p{4cm}p{14cm}}
  35. \textbf{Ausgaben} & \\[2mm]
  36. \begin{tabular}{|p{.2\textwidth}|p{.5\textwidth}|p{.15\textwidth}|}
  37. \hline
  38. \textbf{Ausgabe} & \textbf{Erklärung} & \textbf{Kosten (\euro)} \\ \hline
  39. & & \\ \hline
  40. & & \\ \hline
  41. & & \\ \hline
  42. & & \\ \hline
  43. & & \\ \hline
  44. & & \\ \hline
  45. & & \\ \hline
  46. & & \\ \hline
  47. & & \\ \hline
  48. & & \\ \hline
  49. & & \\ \hline
  50. & & \\ \hline
  51. & & \\ \hline
  52. & & \\ \hline
  53. \end{tabular} & \\
  54. \end{tabular}
  55. \vspace{0.4cm}
  56. \begin{tabular}{p{4cm}p{14cm}}
  57. \textbf{Einnahmen} & \\[2mm]
  58. \begin{tabular}{|p{.2\textwidth}|p{.5\textwidth}|p{.15\textwidth}|}
  59. \hline
  60. \textbf{Einnahme} & \textbf{Erklärung} & \textbf{Kosten (\euro)} \\ \hline
  61. & & \\ \hline
  62. & & \\ \hline
  63. & & \\ \hline
  64. \end{tabular} & \\
  65. \end{tabular}
  66. \vspace{0.7cm}
  67. Damit ihr nicht eure gesamten Ausgaben vorschießen müsst, könnt ihr einen Kredit beantragen, der
  68. euch am Vorbereitungstag gegen Vorlage der entsprechenden Belege ausgezahlt wird.
  69. \vspace{3mm}
  70. \begin{tabular}{p{4cm}p{14cm}}
  71. \textbf{Kreditwunsch (\euro)} &
  72. \begin{tabular}{|p{.3\textwidth}|}
  73. \hline
  74. \\ \hline
  75. \end{tabular} \\
  76. \end{tabular}
  77. \end{document}