From f5b439d81f44dad0345031d1d72a783b4b429ef9 Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Mon, 19 Mar 2018 12:17:41 -0500 Subject: 2018-03-19 12:17 --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index bf0c5c0..7abca57 100755 --- a/build.sh +++ b/build.sh @@ -48,7 +48,7 @@ fi if [[ "$1" = "all" ]] || [[ "$1" = "dissertation" ]] ; then printLine printColor documents - pdflatex --interaction=errorstopmode --shell-escape dissertation + pdflatex --interaction=nonstopmode --shell-escape dissertation bibtex dissertation pdflatex --interaction=nonstopmode --shell-escape dissertation pdflatex --interaction=nonstopmode --shell-escape dissertation -- cgit v1.2.3