diff --git a/logbuch.pdf b/logbuch.pdf index 29776b6..cdc86b2 100644 Binary files a/logbuch.pdf and b/logbuch.pdf differ diff --git a/logbuch.tex b/logbuch.tex index b0de298..1697f6b 100644 --- a/logbuch.tex +++ b/logbuch.tex @@ -10,7 +10,7 @@ outer=3.5cm, ]{geometry} % xcolor VOR schule laden wegen optionclash -\usepackage[dvipsnames]{xcolor} +\usepackage[dvipsnames,table]{xcolor} \usepackage{marvosym} \usepackage{comment} @@ -65,6 +65,9 @@ \anhang \chapter{Kompetenznachweise} + \kompnachweisLB{Deutsch}{Mathe}{Englisch} + + \kompnachweisWP \clearpage \newpage \chapter{Mitteilungen an die Eltern}\label{mitteilungen} diff --git a/schuleModul/GENordLogbuch/code.tex b/schuleModul/GENordLogbuch/code.tex index 2b9d350..cc0a822 100644 --- a/schuleModul/GENordLogbuch/code.tex +++ b/schuleModul/GENordLogbuch/code.tex @@ -379,15 +379,108 @@ } } % ********************************************************************** +% Macros für Kompetenznachweis +% ********************************************************************** +\newcommand{\kompnachweisLB}[4][]{% + \renewcommand{\arraystretch}{1.9} + \begin{tabularx}{\linewidth}{cc|X|c|c|c|c} + \rowcolor{gray!40!white} + & + {\bfseries Datum} & + {\bfseries Thema} & + {\bfseries\footnotesize Note} & + {\bfseries\footnotesize E|G} & + \multicolumn{2}{|c}{\bfseries Unterschriften} \\ + \rowcolor{gray!40!white} + & & & & & {\tiny Fachlehrer\_in} & + {\tiny Tutor\_in}\\ + \hline + \rowcolor{white} + \multicolumn{7}{c}{\bfseries Lernbüro #2}\\\hline + \rowcolor{gray!20!white} + 1 & & & & & &\\ + \rowcolor{gray!10!white} + 2 & & & & & &\\ + \rowcolor{gray!20!white} + 3 & & & & & &\\ + \rowcolor{gray!10!white} + 4 & & & & & &\\ + \rowcolor{gray!20!white} + 5 & & & & & &\\ + \rowcolor{gray!10!white} + 6 & & & & & &\\\hline + \rowcolor{white} + \multicolumn{7}{c}{\bfseries Lernbüro #3}\\\hline + \rowcolor{gray!20!white} + 1 & & & & & &\\ + \rowcolor{gray!10!white} + 2 & & & & & &\\ + \rowcolor{gray!20!white} + 3 & & & & & &\\ + \rowcolor{gray!10!white} + 4 & & & & & &\\ + \rowcolor{gray!20!white} + 5 & & & & & &\\ + \rowcolor{gray!10!white} + 6 & & & & & &\\\hline + \rowcolor{white} + \multicolumn{7}{c}{\bfseries Lernbüro #4}\\\hline + \rowcolor{gray!20!white} + 1 & & & & & &\\ + \rowcolor{gray!10!white} + 2 & & & & & &\\ + \rowcolor{gray!20!white} + 3 & & & & & &\\ + \rowcolor{gray!10!white} + 4 & & & & & &\\ + \rowcolor{gray!20!white} + 5 & & & & & &\\ + \rowcolor{gray!10!white} + 6 & & & & & &\\\hline + \end{tabularx} + \renewcommand{\arraystretch}{1} +} +\newcommand{\kompnachweisWP}[1][]{% + \renewcommand{\arraystretch}{1.9} + \begin{tabularx}{\linewidth}{cc|X|c|c|c|c} + \rowcolor{gray!40!white} + & + {\bfseries Datum} & + {\bfseries Thema} & + {\bfseries\footnotesize Note} & + {\bfseries\footnotesize E|G} & + \multicolumn{2}{|c}{\bfseries Unterschriften} \\ + \rowcolor{gray!40!white} + & & & & & {\tiny Fachlehrer\_in} & + {\tiny Tutor\_in}\\ + \hline + \rowcolor{white} + \multicolumn{7}{c}{\bfseries Wahlpflichtfach: \luecke{5cm} }\\\hline + \rowcolor{gray!20!white} + 1 & & & & & &\\ + \rowcolor{gray!10!white} + 2 & & & & & &\\ + \rowcolor{gray!20!white} + 3 & & & & & &\\ + \rowcolor{gray!10!white} + 4 & & & & & &\\ + \rowcolor{gray!20!white} + 5 & & & & & &\\ + \rowcolor{gray!10!white} + 6 & & & & & &\\\hline + \end{tabularx} + \renewcommand{\arraystretch}{1} +} +% ********************************************************************** % Macros für Mitteilungen % ********************************************************************** \newcommand{\mitteilungen}[1][20cm]{% \begin{center} \renewcommand{\arraystretch}{1.75} - \begin{tabular}{p{3cm}|p{3cm}|p{8cm}} + \begin{tabularx}{\linewidth}{p{3cm}|p{3cm}|X} \textbf{Datum} & \textbf{Lehrkraft} & \textbf{Mitteilung}\\\hline \begin{minipage}{2cm} \vspace{#1} \end{minipage} & & \\ - \end{tabular} + \end{tabularx} \renewcommand{\arraystretch}{1} \end{center} }