diff options
author | Marvin Borner | 2021-01-25 23:17:19 +0100 |
---|---|---|
committer | Marvin Borner | 2021-01-25 23:17:19 +0100 |
commit | 9fac4d9823f3350c22b156450cba6cc456ed960f (patch) | |
tree | 70ce3afb3766468096f779e3df95d6c6f3dde536 /zeitung/parts/studenttemplate.tex | |
parent | 648762d7a32b27fb43f6931aa93fc4022358ad1b (diff) |
Some minor changes
Diffstat (limited to 'zeitung/parts/studenttemplate.tex')
-rw-r--r-- | zeitung/parts/studenttemplate.tex | 19 |
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} +} |