
all:
	latex text;bibtex text;latex text;latex text

clean: 
	rm -f *.aux *.log *.dvi *.bbl *.blg; gzip *.tex; gzip *.bib

usable:
	gunzip *.gz


