Add password paper generator
This commit is contained in:
parent
7ce3549347
commit
1363881f02
4 changed files with 126 additions and 0 deletions
12
password_paper/Makefile
Normal file
12
password_paper/Makefile
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
all: pass.pdf
|
||||
|
||||
.sh.tex:
|
||||
sh $< < teams.pass > $@
|
||||
|
||||
.tex.pdf:
|
||||
latexmk --xelatex ${.IMPSRC}
|
||||
|
||||
clean:
|
||||
latexmk -c
|
||||
|
||||
.SUFFIXES: .sh .tex .pdf
|
||||
Reference in a new issue