Kompetenznachweise LB und WP hinzugefügt

This commit is contained in:
André Hilbig 2016-12-18 22:41:26 +01:00
parent 639958c695
commit 481cf76da0
3 changed files with 99 additions and 3 deletions

Binary file not shown.

View file

@ -10,7 +10,7 @@
outer=3.5cm, outer=3.5cm,
]{geometry} ]{geometry}
% xcolor VOR schule laden wegen optionclash % xcolor VOR schule laden wegen optionclash
\usepackage[dvipsnames]{xcolor} \usepackage[dvipsnames,table]{xcolor}
\usepackage{marvosym} \usepackage{marvosym}
\usepackage{comment} \usepackage{comment}
@ -65,6 +65,9 @@
\anhang \anhang
\chapter{Kompetenznachweise} \chapter{Kompetenznachweise}
\kompnachweisLB{Deutsch}{Mathe}{Englisch}
\kompnachweisWP
\clearpage \clearpage
\newpage \newpage
\chapter{Mitteilungen an die Eltern}\label{mitteilungen} \chapter{Mitteilungen an die Eltern}\label{mitteilungen}

View file

@ -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 % Macros für Mitteilungen
% ********************************************************************** % **********************************************************************
\newcommand{\mitteilungen}[1][20cm]{% \newcommand{\mitteilungen}[1][20cm]{%
\begin{center} \begin{center}
\renewcommand{\arraystretch}{1.75} \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 \textbf{Datum} & \textbf{Lehrkraft} & \textbf{Mitteilung}\\\hline
\begin{minipage}{2cm} \vspace{#1} \end{minipage} & & \\ \begin{minipage}{2cm} \vspace{#1} \end{minipage} & & \\
\end{tabular} \end{tabularx}
\renewcommand{\arraystretch}{1} \renewcommand{\arraystretch}{1}
\end{center} \end{center}
} }