diff options
author | Marvin Borner | 2021-02-20 19:14:28 +0100 |
---|---|---|
committer | Marvin Borner | 2021-02-20 19:14:28 +0100 |
commit | 72b919549a45f94b694a7d581645d25e9fff51a1 (patch) | |
tree | 8e9b5d8d7011fcefdab1bca823ec25a85ff463a9 /zeitung | |
parent | c64c22d6b71fff2c8a7802f69638e382c73d1b0c (diff) |
Fixed images
Diffstat (limited to 'zeitung')
-rw-r--r-- | zeitung/parts/studenttemplate.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zeitung/parts/studenttemplate.tex b/zeitung/parts/studenttemplate.tex index 83d8b36..259be7d 100644 --- a/zeitung/parts/studenttemplate.tex +++ b/zeitung/parts/studenttemplate.tex @@ -41,7 +41,7 @@ \AddToShipoutPictureFG*{ \AtTextUpperLeft{ \put(-\ringx + \ringoffset, -\ringy + \ringoffset){ - \dfincludegraphics[keepaspectratio=true, width=\ringimgwidth]{parts/generated/students/figures/bornerma.jpg} + \dfincludegraphics[keepaspectratio=true, width=\frameimgwidth]{parts/generated/students/figures/36_\stdid.jpg} } \put(-\ringx, -\ringy){ \includegraphics[keepaspectratio=true, width=\ringwidth]{ring.png} @@ -49,7 +49,7 @@ } \AtTextLowerLeft{ \put(\textwidth - \framex + \frameoffset, \framey + \frameoffset + 8pt){ - \dfincludegraphics[keepaspectratio=true, width=\frameimgwidth]{parts/generated/students/figures/child_\stdid.jpg} + \dfincludegraphics[keepaspectratio=true, width=\frameimgwidth]{parts/generated/students/figures/11_\stdid.jpg} } \put(\textwidth - \framex, \framey){ \oddflip[keepaspectratio=true, width=\framewidth]{rahmen.png} |