aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zeitung/figures/kordel.pngbin0 -> 55566 bytes
-rw-r--r--zeitung/figures/welle.pngbin0 -> 46416 bytes
-rw-r--r--zeitung/main.tex3
-rw-r--r--zeitung/parts/studenttemplate.tex26
-rw-r--r--zeitung/parts/tableofcontents.tex4
5 files changed, 24 insertions, 9 deletions
diff --git a/zeitung/figures/kordel.png b/zeitung/figures/kordel.png
new file mode 100644
index 0000000..da6b2c4
--- /dev/null
+++ b/zeitung/figures/kordel.png
Binary files differ
diff --git a/zeitung/figures/welle.png b/zeitung/figures/welle.png
new file mode 100644
index 0000000..dc0d463
--- /dev/null
+++ b/zeitung/figures/welle.png
Binary files differ
diff --git a/zeitung/main.tex b/zeitung/main.tex
index 2bb2ac6..6a1c025 100644
--- a/zeitung/main.tex
+++ b/zeitung/main.tex
@@ -34,7 +34,8 @@
\fancyhf{}
\fancyhead[L]{\hspace*{1cm}\Huge{\rightmark}}
%\fancyhead[R]{Abitur 2021}
-\lfoot{\hspace*{1cm}\huge{\thepage}}
+\fancyfoot[R]{\vspace*{-50pt}\includegraphics[keepaspectratio=true, width=\paperwidth]{welle.png}}
+\fancyfoot[L]{\vspace*{-1.3cm}\hspace*{3cm}\Huge{\thepage}}
% Custom title command for header
\renewcommand{\sectionmark}[1]{\markright{#1}}
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
+}