publish: 
	rm -f *.log *.aux *~

all:
	pdflatex  tp.tex -interaction=nonstopmode


clean:
	rm -f *.pdf *.log *.aux *~
