diff options
Diffstat (limited to 'zeitung/parts/studenttemplate.tex')
-rw-r--r-- | zeitung/parts/studenttemplate.tex | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/zeitung/parts/studenttemplate.tex b/zeitung/parts/studenttemplate.tex index 21d4fd8..e7243e7 100644 --- a/zeitung/parts/studenttemplate.tex +++ b/zeitung/parts/studenttemplate.tex @@ -7,18 +7,21 @@ \clearpage \def\studentinformation#1#2#3#4#5#6{ + % Bild in Ring \begin{tikzpicture}[remember picture, overlay] \node[inner sep=0pt] at (2, -4) { \includegraphics[keepaspectratio=true, width=200pt]{parts/students/figures/#1.jpg} }; \end{tikzpicture} + % Ring \begin{tikzpicture}[remember picture, overlay] \node[inner sep=0pt] at (2, -4) { \includegraphics[keepaspectratio=true, width=250pt]{ring.png} }; \end{tikzpicture} + % Steckbrief Tabelle \sectionmark{Steckbrief - #2} \begin{tikzpicture}[overlay] \node[] at (11, -1) { @@ -31,4 +34,18 @@ \end{tabular}} }; \end{tikzpicture} + + % Bild in Rahmen + \begin{tikzpicture}[remember picture, overlay] + \node[inner sep=0pt] at (14, -17.5) { + \includegraphics[keepaspectratio=true, width=160pt]{parts/students/figures/#1_child.jpg} + }; + \end{tikzpicture} + + % Rahmen + \begin{tikzpicture}[remember picture, overlay] + \node[inner sep=0pt] at (14, -17) { + \includegraphics[keepaspectratio=true, width=180pt]{rahmen.png} + }; + \end{tikzpicture} } |