html: latex2html main.tex dvi: latex main.tex ps: dvips -o gapil.ps main.dvi all: html dvi ps clean: rm -f *.dvi *.log *.ps *.html *.aux