Index: doc/theses/aaron_moss_PhD/phd/Makefile
===================================================================
--- doc/theses/aaron_moss_PhD/phd/Makefile	(revision a332d432326fef6595b1ca9146278877acdcf0b1)
+++ doc/theses/aaron_moss_PhD/phd/Makefile	(revision a72b2409258fb1475c94ea127e47443a40261a83)
@@ -3,5 +3,6 @@
 TEXLIB = .:${BUILD}:${BIBDIR}:
 
-LATEX = TEXINPUTS=${TEXLIB} && export TEXINPUTS && pdflatex -interaction= -output-directory=${BUILD}
+# LATEX = TEXINPUTS=${TEXLIB} && export TEXINPUTS && pdflatex -interaction=nonstopmode -halt-on-error -output-directory=${BUILD}
+LATEX = TEXINPUTS=${TEXLIB} && export TEXINPUTS && latex -halt-on-error -output-directory=${BUILD}
 BIBTEX = BIBINPUTS=${TEXLIB} && export BIBINPUTS && bibtex
 
@@ -33,9 +34,11 @@
 	wc ${SOURCES}
 
-${DOCUMENT} : ${SOURCES} ${BUILD}
-	${LATEX} ${BASE}
-	${LATEX} ${BASE}
+${DOCUMENT} : ${BASE}.ps
+	ps2pdf ${BUILD}/$<
 
-rebuild-refs : ${SOURCES} ${BIBFILE} ${BUILD}
+${BASE}.ps : ${BASE}.dvi
+	dvips ${BUILD}/$< -o ${BUILD}/$@
+
+${BASE}.dvi : Makefile ${SOURCES} ${BIBFILE} ${BUILD}
 	${LATEX} ${BASE}
 	${BIBTEX} ${BUILD}/${BASE}
@@ -43,4 +46,14 @@
 	${LATEX} ${BASE}
 
+# ${DOCUMENT} : Makefile ${SOURCES} ${BUILD}
+# 	${LATEX} ${BASE}
+# 	${LATEX} ${BASE}
+
+# rebuild-refs : Makefile ${SOURCES} ${BIBFILE} ${BUILD}
+# 	${LATEX} ${BASE}
+# 	${BIBTEX} ${BUILD}/${BASE}
+# 	${LATEX} ${BASE}
+# 	${LATEX} ${BASE}
+
 ${BUILD}: 
 	mkdir -p ${BUILD}
Index: doc/theses/aaron_moss_PhD/phd/thesis.tex
===================================================================
--- doc/theses/aaron_moss_PhD/phd/thesis.tex	(revision a332d432326fef6595b1ca9146278877acdcf0b1)
+++ doc/theses/aaron_moss_PhD/phd/thesis.tex	(revision a72b2409258fb1475c94ea127e47443a40261a83)
@@ -21,5 +21,6 @@
 
 \usepackage{amsmath,amssymb,amstext} % Lots of math symbols and environments
-\usepackage[pdftex]{graphicx} % For including graphics N.B. pdftex graphics driver 
+% \usepackage[pdftex]{graphicx} % For including graphics N.B. pdftex graphics driver 
+\usepackage{graphicx}
 
 \usepackage{footmisc} % for double refs to the same footnote
@@ -30,5 +31,6 @@
 % Use the "hyperref" package 
 % N.B. HYPERREF MUST BE THE LAST PACKAGE LOADED; ADD ADDITIONAL PKGS ABOVE
-\usepackage[pdftex,pagebackref=false]{hyperref} % with basic options
+%\usepackage[pdftex,pagebackref=false]{hyperref} % with basic options
+\usepackage[pagebackref=false]{hyperref}
 % N.B. pagebackref=true provides links back from the References to the body text. This can cause trouble for printing.
 
