all:
	latex test-ipol.tex
	dvipdf test-ipol.dvi

clean:
	rm -f test-ipol.pdf
	rm -f *.toc *.aux *.dvi *.out *.log *.blg *.bbl
