make:
	pdflatex example.tex -output-format=pdf
	make clean

clean:
	rm -rf  *.aux *.log
