all:
	latex tony
	latex tony
	dvips tony.dvi -t letter -Ppdf -G0 -o tony.ps
	ps2pdf -dPDFSETTINGS=/printer -dCompatibilityLevel=1.4 -dMaxSubsetPct=0 -dSubsetFonts=false -dEmbedAllFonts=true -sPAPERSIZE=letter tony.ps tony.pdf
	cp tony.pdf ~/public/html/tony.pdf

clean:
	rm tony.bbl  tony.dvi  tony.aux  tony.blg  tony.log tony.ps tony.pdf tony.tex.bak

