Implement bingo generator

This commit is contained in:
Dominic Zimmer
2022-08-26 10:44:35 +02:00
commit 9ddc6171c7
6 changed files with 171 additions and 0 deletions

6
bingo/Makefile Normal file
View File

@@ -0,0 +1,6 @@
all:
python generate_bingo.py
(cd build; latexmk -pdf; pdfjam --nup 1x2 --outfile output.pdf *.pdf)
template:
pdflatex template.tex