#all:
#	platex main.tex

clean:
	rm -f core *~

realclean: clean
	rm -f *.aux *.dvi *.lof *.log *.toc
	rm -f main.ps
