aboutsummaryrefslogtreecommitdiff
path: root/zeitung/parts/studenttemplate.tex
diff options
context:
space:
mode:
Diffstat (limited to 'zeitung/parts/studenttemplate.tex')
-rw-r--r--zeitung/parts/studenttemplate.tex14
1 files changed, 9 insertions, 5 deletions
diff --git a/zeitung/parts/studenttemplate.tex b/zeitung/parts/studenttemplate.tex
index a0cbf45..fb55848 100644
--- a/zeitung/parts/studenttemplate.tex
+++ b/zeitung/parts/studenttemplate.tex
@@ -12,9 +12,13 @@
};
\def\studentinformation#1#2#3{
- \begin{tikzpicture}[overlay]
- \node[] at (11, -1) {\huge{Name: #1}};
- \node[] at (11, -2) {\huge{Wohnort: #2}};
- \node[] at (11, -3) {\huge{Geburtsdatum: #3}};
- \end{tikzpicture}
+ \begin{tikzpicture}[overlay]
+ \node[] at (11, -1) {
+ \Large{\begin{tabular}{ l l }
+ \textbf{Name:} & #1 \\
+ \textbf{Wohnort:} & #2 \\
+ \textbf{Geburtsdatum:} & #3
+ \end{tabular}}
+ };
+ \end{tikzpicture}
}