#all:	dvi pdf install
all:	dvi pdf
#all:	dvi ps copy
#offline:	dvi ps

dvi:	
	platex thesis.tex
	platex thesis.tex
	platex thesis.tex

pdf:	
	dvipdfmx -o 3603u147.pdf thesis.dvi

ps:
	dvips -Ppdf -o 3603u147.ps thesis.dvi

#print:  ps
#	lpr 3603u100.ps

clean:
	rm -f thesis.aux
	rm -f thesis.lof
	rm -f thesis.toc
	rm -f thesis.log
	rm -f thesis.lot
	rm -f thesis.bbl
	rm -f thesis.blg

realclean: clean
#	rm -f 3603u147.ps
	rm -f 3603u147.pdf
	rm -f thesis.dvi
	rm -f compile.log
