Implement bingo generator
This commit is contained in:
6
bingo/Makefile
Normal file
6
bingo/Makefile
Normal 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
|
||||
Reference in New Issue
Block a user