%.dvi: %.tex
	latex $<

%.ps: %.dvi
	dvips -o $@ $<

%.xml: %.tex 
	mzlatex $< "tutorial,2,early_,early^"
