all : a3.ps
	ghostview a3.ps &
a3.ps : a3.dvi
	dvips a3.dvi
a3.dvi : a3.tex
	latex a3.tex
