build in progress
This commit is contained in:
parent
4e4800e9ac
commit
dc9e51b605
5 changed files with 24 additions and 7 deletions
|
@ -10,7 +10,7 @@
|
||||||
\usepackage{background}
|
\usepackage{background}
|
||||||
\backgroundsetup{scale = 1.0, angle = 0, opacity = 1.0,%
|
\backgroundsetup{scale = 1.0, angle = 0, opacity = 1.0,%
|
||||||
contents = {\includegraphics[width = \paperwidth, height = \paperheight,
|
contents = {\includegraphics[width = \paperwidth, height = \paperheight,
|
||||||
keepaspectratio] {templates/Badge_Helfer.pdf}}}%
|
keepaspectratio] {templates/Badge_Orga.pdf}}}%
|
||||||
|
|
||||||
\usepackage{qrcode}
|
\usepackage{qrcode}
|
||||||
\usepackage{ifthen}
|
\usepackage{ifthen}
|
||||||
|
@ -204,7 +204,7 @@
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
|
||||||
\newread\file%
|
\newread\file%
|
||||||
\openin\file=list_helfer_impr.csv
|
\openin\file=list_orga_new.csv
|
||||||
|
|
||||||
\loop%
|
\loop%
|
||||||
\read\file%
|
\read\file%
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
\usepackage{background}
|
\usepackage{background}
|
||||||
\backgroundsetup{scale = 1.0,angle = 0, opacity = 1.0,%
|
\backgroundsetup{scale = 1.0,angle = 0, opacity = 1.0,%
|
||||||
contents = {\includegraphics[width = \paperwidth, height = \paperheight,
|
contents = {\includegraphics[width = \paperwidth, height = \paperheight,
|
||||||
keepaspectratio]{foldmarks.pdf}}}%
|
keepaspectratio]{badge.pdf}}}%
|
||||||
|
|
||||||
% % for foldmarks
|
% % for foldmarks
|
||||||
% \usepackage{tikz}
|
% \usepackage{tikz}
|
||||||
|
|
|
@ -1,6 +1,3 @@
|
||||||
3889744831
|
|
||||||
2060815223
|
|
||||||
2870887596
|
|
||||||
9942826716
|
9942826716
|
||||||
8147090964
|
8147090964
|
||||||
3689932700
|
3689932700
|
||||||
|
|
20
empty_badges_backup.txt
Normal file
20
empty_badges_backup.txt
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
3889744831
|
||||||
|
2060815223
|
||||||
|
2870887596
|
||||||
|
9942826716
|
||||||
|
8147090964
|
||||||
|
3689932700
|
||||||
|
4788964330
|
||||||
|
2998912377
|
||||||
|
1701827862
|
||||||
|
7426068925
|
||||||
|
4784224602
|
||||||
|
5719312188
|
||||||
|
7173459290
|
||||||
|
1941379358
|
||||||
|
8306879159
|
||||||
|
3062530934
|
||||||
|
3427708822
|
||||||
|
6569714123
|
||||||
|
8152759092
|
||||||
|
9002159860
|
|
@ -35,7 +35,7 @@ def main():
|
||||||
for c in ret:
|
for c in ret:
|
||||||
for l in c:
|
for l in c:
|
||||||
f.write(l)
|
f.write(l)
|
||||||
return
|
|
||||||
with open(sys.argv[3],'w+') as f:
|
with open(sys.argv[3],'w+') as f:
|
||||||
for s in secrets:
|
for s in secrets:
|
||||||
f.write(s)
|
f.write(s)
|
||||||
|
|
Loading…
Add table
Reference in a new issue