To help address #3 I added a Makefile implementing the routine described in build/README.md. It assumes the user has pdflatex and biber available. The user should be able to cd build; make and succeed.
I also added all the produced temporary TeX files to build/.gitignore so the repo still looks clean even if those files have changed, and won't tempt the user to commit them. make clean removes those temporary files.
To help address #3 I added a Makefile implementing the routine described in
build/README.md
. It assumes the user has pdflatex and biber available. The user should be able tocd build; make
and succeed.I also added all the produced temporary TeX files to
build/.gitignore
so the repo still looks clean even if those files have changed, and won't tempt the user to commit them.make clean
removes those temporary files.