all : exampletree.tex processinggraph.tex easychunks.tex presentatie.tex
	pdflatex presentatie.tex

%.tex : %.dot
	dot -Txdot $< | dot2tex --usepdflatex --graphstyle scale=0.4,\ transform\ shape --texmode math --figonly > $@

