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.tex19
1 files changed, 19 insertions, 0 deletions
diff --git a/zeitung/parts/studenttemplate.tex b/zeitung/parts/studenttemplate.tex
new file mode 100644
index 0000000..8a9dc03
--- /dev/null
+++ b/zeitung/parts/studenttemplate.tex
@@ -0,0 +1,19 @@
+% Student template
+% TODO: Image borders
+
+%\begin{figure}[H]
+%\includesvg[keepaspectratio=true, scale=0.2]{ring}
+%\end{figure}
+
+\tikz[remember picture,overlay]
+\node[inner sep=0pt] at (2, -5) {
+ \includegraphics[keepaspectratio=true, scale=1]{ring.png}
+};
+
+\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}
+}