password_paper: sort the name in sheets
This commit is contained in:
parent
34a2370236
commit
6d5e2bcb65
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
all: pass.pdf
|
all: pass.pdf
|
||||||
|
|
||||||
.sh.tex:
|
.sh.tex:
|
||||||
sh $< < teams.pass > $@
|
sort teams.pass | sh $< > $@
|
||||||
|
|
||||||
.tex.pdf:
|
.tex.pdf:
|
||||||
latexmk --xelatex ${.IMPSRC}
|
latexmk --xelatex ${.IMPSRC}
|
||||||
|
|
Reference in a new issue