aboutsummaryrefslogtreecommitdiff
path: root/zeitung/parts
diff options
context:
space:
mode:
authorMarvin Borner2021-05-24 23:17:57 +0200
committerMarvin Borner2021-05-24 23:19:06 +0200
commitad663d667ddb9c1e5b6b729eb3840b0040c6ebf0 (patch)
tree33346c91cbc3012e1f3936cff396b6271f32402b /zeitung/parts
parent784fee375570197c8b07aa154b12c77f81aa607c (diff)
Fixed some QR-code issues
Diffstat (limited to 'zeitung/parts')
-rw-r--r--zeitung/parts/studenttemplate.tex3
1 files changed, 2 insertions, 1 deletions
diff --git a/zeitung/parts/studenttemplate.tex b/zeitung/parts/studenttemplate.tex
index 04eeaf3..08df0c0 100644
--- a/zeitung/parts/studenttemplate.tex
+++ b/zeitung/parts/studenttemplate.tex
@@ -61,8 +61,9 @@
\oddflip[keepaspectratio=true, width=\framewidth]{rahmen.png}
}
\put(\textwidth - \qrcodex, \framey - 25pt){
+ \def\stdqrcode{#2}
\ifdefempty{\stdqrcode}{}{
- \qrcode[nolink, height=0.7in]{\stdqrcode}
+ \qrcode[nolink, height=0.7in]{#2}
}
}
}