Schule als Staat Projekt Web, Dokumente, etc.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

154 lignes
3.1KB

  1. \documentclass{sasbase}
  2. \usepackage{lipsum}
  3. \usepackage{enumitem}
  4. \usepackage{graphicx}
  5. \usepackage[ngerman]{babel}
  6. \usepackage{tikz}
  7. \usepackage{extsizes}
  8. \usepackage{geometry}
  9. \begin{document}
  10. \title{Protokoll}
  11. \place{Ludwigsburg}
  12. \datum{19. Februar 2018}
  13. \edition{1}
  14. \setcounter{secnumdepth}{5}
  15. \onecolumn
  16. \mytitle
  17. % OPTIONAL
  18. %\squarestyle
  19. % OR
  20. \parensstyle
  21. \vspace*{-5mm}
  22. \section{Vor der Sitzung}
  23. \vspace*{5mm}
  24. \geometry{
  25. margin=1.2cm
  26. }
  27. \newcommand{\kreis}{
  28. $\vcenter{\begin{tikzpicture}
  29. \draw (0,0) circle (0.2cm);
  30. \end{tikzpicture}}$
  31. }
  32. \begin{tabular}{p{4cm}p{14cm}}
  33. Fehlende Abgeordnete: & \dotfill \\
  34. \end{tabular}
  35. \vspace{3mm}
  36. \begin{tabular}{p{4cm}p{14cm}}
  37. G\"{a}ste: &
  38. \begin{tabular}[t]{p{0.5cm}p{5cm}p{1cm}p{0.5cm}p{5cm}}
  39. \kreis & Pr\"{a}sident & \kreis & Polizei-Chef \\
  40. Sonstige: & \dotfill & \dotfill & \dotfill \\
  41. \end{tabular}
  42. \\
  43. \end{tabular}
  44. \begin{tabular}{p{4cm}p{14cm}}
  45. Leitung durch: &
  46. \begin{tabular}[t]{p{0.5cm}p{5cm}p{1cm}p{0.5cm}p{5cm}}
  47. \kreis & Pr\"{a}sident & \kreis & Parlamentspr\"{a}sident \\
  48. Vertretung: & \dotfill & \dotfill & \dotfill \\
  49. \end{tabular}
  50. \\
  51. \end{tabular}
  52. \vspace{3mm}
  53. \begin{tabular}{p{4cm}p{14cm}}
  54. Beschlussf\"{a}higkeit: &
  55. \begin{tabular}[t]{p{0.5cm}p{5cm}p{1cm}p{0.5cm}p{5cm}}
  56. \kreis & < 10 Abgeordnete & \kreis & \geq 10 Abgeordnete \\
  57. \end{tabular}
  58. \\
  59. \end{tabular}
  60. \vspace{3mm}
  61. \begin{tabular}{p{4cm}p{14cm}}
  62. Anwesenheit juristischer Berater: &
  63. \begin{tabular}[t]{p{0.5cm}p{5cm}p{1cm}p{0.5cm}p{5cm}}
  64. \kreis & Ja & \kreis & Nein \\
  65. \end{tabular}
  66. \\
  67. \end{tabular}
  68. \begin{tabular}{p{4cm}p{14cm}}
  69. Sitzungser\"{o}ffnung um: & \dotfill \\
  70. \end{tabular}
  71. \vspace*{-5mm}
  72. \section{W\"{a}hrend der Sitzung}
  73. \vspace*{5mm}
  74. \vspace{3mm}
  75. \begin{tabular}{p{4cm}p{14cm}}
  76. Beschlüsse: & \dotfill \\
  77. & \dotfill \\
  78. & \dotfill \\
  79. & \dotfill \\
  80. & \dotfill \\
  81. & \dotfill \\
  82. & \dotfill \\
  83. & \dotfill \\
  84. & \dotfill \\
  85. & \dotfill \\
  86. & \dotfill \\
  87. & \dotfill \\
  88. & \dotfill \\
  89. & \dotfill \\
  90. & \dotfill \\
  91. & \dotfill \\
  92. & \dotfill \\
  93. \end{tabular}
  94. \begin{tabular}{p{4cm}p{14cm}}
  95. Reden: & \dotfill \\
  96. & \dotfill \\
  97. & \dotfill \\
  98. & \dotfill \\
  99. & \dotfill \\
  100. & \dotfill \\
  101. & \dotfill \\
  102. & \dotfill \\
  103. & \dotfill \\
  104. & \dotfill \\
  105. & \dotfill \\
  106. & \dotfill \\
  107. & \dotfill \\
  108. & \dotfill \\
  109. & \dotfill \\
  110. & \dotfill \\
  111. & \dotfill \\
  112. \end{tabular}
  113. \vspace{3mm}
  114. \begin{tabular}{p{4cm}p{14cm}}
  115. R\"{u}gen: &
  116. \begin{tabular}[t]{p{0.5cm}p{5cm}p{1cm}p{0.5cm}p{5cm}}
  117. An & \dotfill & Grund & \dotfill \\
  118. An & \dotfill & Grund & \dotfill \\
  119. An & \dotfill & Grund & \dotfill \\
  120. An & \dotfill & Grund & \dotfill \\
  121. \end{tabular}
  122. \\
  123. \end{tabular}
  124. \vspace*{-5mm}
  125. \section{Nach der Sitzung}
  126. \vspace*{5mm}
  127. \begin{tabular}{p{4cm}p{14cm}}
  128. Unterschrift Leitung: & \dotfill \\
  129. \end{tabular}
  130. \begin{tabular}{p{4cm}p{14cm}}
  131. Unterschrift Ger\"{u}gte: & \dotfill \\
  132. \end{tabular}
  133. \end{document}