diff options
Diffstat (limited to 'zeitung/parts')
-rw-r--r-- | zeitung/parts/studenttemplate.tex | 26 | ||||
-rw-r--r-- | zeitung/parts/tableofcontents.tex | 4 |
2 files changed, 22 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} diff --git a/zeitung/parts/tableofcontents.tex b/zeitung/parts/tableofcontents.tex index e8b1d0f..0a35841 100644 --- a/zeitung/parts/tableofcontents.tex +++ b/zeitung/parts/tableofcontents.tex @@ -1,4 +1,8 @@ \title{Inhaltsverzeichnis} + +{ +\hypersetup{linkcolor=black} \makeatletter \@starttoc{toc} \makeatother +} |