
pdf:
	mkdir -p build/
	cp theory.tex build/
	cd build; pdflatex theory.tex; cp theory.pdf ../

clean:
	rm -rf build
