Mitteilungen an Eltern hinzugefügt
This commit is contained in:
parent
d0b7df71bb
commit
639958c695
3 changed files with 17 additions and 0 deletions
|
@ -379,6 +379,19 @@
|
|||
}
|
||||
}
|
||||
% **********************************************************************
|
||||
% Macros für Mitteilungen
|
||||
% **********************************************************************
|
||||
\newcommand{\mitteilungen}[1][20cm]{%
|
||||
\begin{center}
|
||||
\renewcommand{\arraystretch}{1.75}
|
||||
\begin{tabular}{p{3cm}|p{3cm}|p{8cm}}
|
||||
\textbf{Datum} & \textbf{Lehrkraft} & \textbf{Mitteilung}\\\hline
|
||||
\begin{minipage}{2cm} \vspace{#1} \end{minipage} & & \\
|
||||
\end{tabular}
|
||||
\renewcommand{\arraystretch}{1}
|
||||
\end{center}
|
||||
}
|
||||
% **********************************************************************
|
||||
% Macros für Entschuldigungen
|
||||
% **********************************************************************
|
||||
\newcommand{\abwesenheitBox}[1][11]{%
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue