pdf:
	pdflatex main
	pdflatex main

clean:
	rm -f *.aux *.snm *.toc *.nav *.out *.log *.bbl *.blg *.vrb

realclean: clean
	rm main.pdf
