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}
|
||||
\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%
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -1,9 +1,3 @@
|
|||
9942826716
|
||||
8147090964
|
||||
3689932700
|
||||
4788964330
|
||||
2998912377
|
||||
1701827862
|
||||
7426068925
|
||||
4784224602
|
||||
5719312188
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue