diff options
author | Marvin Borner | 2021-01-27 17:01:59 +0100 |
---|---|---|
committer | Marvin Borner | 2021-01-27 17:02:10 +0100 |
commit | 4dcd091a25ccc57739357b3fc88425664740212a (patch) | |
tree | f3b27552baed634d2f7ecb65e237dd2763daafbc /zeitung/parts/studenttemplate.tex | |
parent | 7c5719bc16f08b3c6e850a69e51328b32a0f5cc8 (diff) |
Student profiles..
Diffstat (limited to 'zeitung/parts/studenttemplate.tex')
-rw-r--r-- | zeitung/parts/studenttemplate.tex | 26 |
1 files changed, 18 insertions, 8 deletions
diff --git a/zeitung/parts/studenttemplate.tex b/zeitung/parts/studenttemplate.tex index fb55848..21d4fd8 100644 --- a/zeitung/parts/studenttemplate.tex +++ b/zeitung/parts/studenttemplate.tex @@ -6,18 +6,28 @@ %\end{figure} \clearpage -\tikz[remember picture,overlay] -\node[inner sep=0pt] at (2, -5) { - \includegraphics[keepaspectratio=true, scale=1]{ring.png} -}; +\def\studentinformation#1#2#3#4#5#6{ + \begin{tikzpicture}[remember picture, overlay] + \node[inner sep=0pt] at (2, -4) { + \includegraphics[keepaspectratio=true, width=200pt]{parts/students/figures/#1.jpg} + }; + \end{tikzpicture} + + \begin{tikzpicture}[remember picture, overlay] + \node[inner sep=0pt] at (2, -4) { + \includegraphics[keepaspectratio=true, width=250pt]{ring.png} + }; + \end{tikzpicture} -\def\studentinformation#1#2#3{ + \sectionmark{Steckbrief - #2} \begin{tikzpicture}[overlay] \node[] at (11, -1) { \Large{\begin{tabular}{ l l } - \textbf{Name:} & #1 \\ - \textbf{Wohnort:} & #2 \\ - \textbf{Geburtsdatum:} & #3 + \textbf{Name:} & #2 \\ + \textbf{Geburtstag:} & #3 \\ + \textbf{Lieblingsfach:} & #4 \\ + \textbf{Hobbies:} & #5 \\ + \textbf{Lieblingsgenre:} & #6 \\ \end{tabular}} }; \end{tikzpicture} |