default:
	latex notes
	latex notes
	dvipdf notes

mv:
	mv ~/GitHub/Axel/cases/notes.pdf material/6_cases.pdf 

zip:
	zip -r material.zip material

