all:
	bibtex consumer;latex consumer.tex;latex consumer.tex; dvips -o consumer.ps consumer.dvi

clean:
	rm -rf *.dvi *.aux *.log *~ *.ps *.toc *.lof *.lot *.blg *.bbl
