fonts:
	./fonts/install.sh

build:
	find src -type f -name 'main.tex' | xargs tectonic
	mv src/intro/main.pdf Introduction.pdf
