This commit is contained in:
Eddy Loose 2019-06-11 00:12:48 +02:00
parent e036295cac
commit c7da41b333
4 changed files with 4 additions and 10 deletions

View file

@ -10,7 +10,7 @@
\usepackage{background}
\backgroundsetup{scale = 1.0, angle = 0, opacity = 1.0,%
contents = {\includegraphics[width = \paperwidth, height = \paperheight,
keepaspectratio] {templates/Badge_Orga.pdf}}}%
keepaspectratio] {templates/Badge_Kukkel.pdf}}}%
\usepackage{qrcode}
\usepackage{ifthen}
@ -204,7 +204,7 @@
\begin{document}
\newread\file%
\openin\file=list_orga_new.csv
\openin\file=list_kukkel_new.csv
\loop%
\read\file%

View file

@ -5,7 +5,7 @@
\usepackage{background}
\backgroundsetup{scale = 1.0,angle = 0, opacity = 1.0,%
contents = {\includegraphics[width = \paperwidth, height = \paperheight,
keepaspectratio]{badge.pdf}}}%
keepaspectratio]{foldmarks.pdf}}}%
% % for foldmarks
% \usepackage{tikz}

View file

@ -1,9 +1,3 @@
9942826716
8147090964
3689932700
4788964330
2998912377
1701827862
7426068925
4784224602
5719312188

View file

@ -35,7 +35,7 @@ def main():
for c in ret:
for l in c:
f.write(l)
with open(sys.argv[3],'w+') as f:
for s in secrets:
f.write(s)