ja lol
This commit is contained in:
parent
e036295cac
commit
c7da41b333
4 changed files with 4 additions and 10 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_Orga.pdf}}}%
|
keepaspectratio] {templates/Badge_Kukkel.pdf}}}%
|
||||||
|
|
||||||
\usepackage{qrcode}
|
\usepackage{qrcode}
|
||||||
\usepackage{ifthen}
|
\usepackage{ifthen}
|
||||||
|
@ -204,7 +204,7 @@
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
|
||||||
\newread\file%
|
\newread\file%
|
||||||
\openin\file=list_orga_new.csv
|
\openin\file=list_kukkel_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]{badge.pdf}}}%
|
keepaspectratio]{foldmarks.pdf}}}%
|
||||||
|
|
||||||
% % for foldmarks
|
% % for foldmarks
|
||||||
% \usepackage{tikz}
|
% \usepackage{tikz}
|
||||||
|
|
|
@ -1,9 +1,3 @@
|
||||||
9942826716
|
|
||||||
8147090964
|
|
||||||
3689932700
|
|
||||||
4788964330
|
|
||||||
2998912377
|
|
||||||
1701827862
|
|
||||||
7426068925
|
7426068925
|
||||||
4784224602
|
4784224602
|
||||||
5719312188
|
5719312188
|
||||||
|
|
|
@ -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)
|
||||||
|
|
||||||
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