blob: 7fabb3c0557a2ff29bd5d72c99da0af82ed87f1c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
\begin{minipage}[c][0.30\textheight][c]{\linewidth}
\ifodd\profnum
\begin{minipage}[c]{0.79\textwidth}
{\Huge{\textbf{\profname}}}\\
\textbf{Abijahrgang:}\\ \profabi\\
\textbf{Das wäre meine Aufgabe auf einem Schiff:}\\ \profprof\\
\textbf{Das wissen meine SchülerInnen nicht über mich:}\\ \profsecret\\
\end{minipage}
\fi
%
\begin{minipage}[c]{0.2\textwidth}
\def\imgpath{parts/generated/teacherimages/\profname.png}
\IfFileExists{\imgpath}{}
{
\def\imgpath{rahmen.png}
}
\includegraphics[keepaspectratio=true, width=4cm]{\imgpath}
\end{minipage}
%
\ifodd\profnum\else
\hspace*{.69cm}%
\begin{minipage}[c]{0.73\textwidth}
{\Huge{\textbf{\profname}}}\\
\textbf{Abijahrgang:}\\ \profabi\\
\textbf{Das wäre meine Aufgabe auf einem Schiff:}\\ \profprof\\
\textbf{Das wissen meine SchülerInnen nicht über mich:}\\ \profsecret\\
\end{minipage}
\fi
\end{minipage}
\ifnum\proflast=0
\begin{figure}[H]
\hspace*{-1.5cm}\includegraphics[keepaspectratio=true, width=\paperwidth]{seil.png}
\end{figure}
\fi
|