aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorBlaise Thompson <blaise@untzag.com>2018-03-12 10:42:25 -0500
committerBlaise Thompson <blaise@untzag.com>2018-03-12 10:42:25 -0500
commit7a15287015fb33da2050ea2d75969a8c8ff3c49c (patch)
treed7b316717d524063fa2edbd150141f24e196df00 /build.sh
parentf5b039d94276ceb078d27b09c7719ae54c72139f (diff)
2018-03-12 10:42
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.sh b/build.sh
index f0e9ce8..f098933 100755
--- a/build.sh
+++ b/build.sh
@@ -48,10 +48,10 @@ fi
if [[ "$1" = "all" ]] || [[ "$1" = "dissertation" ]] ; then
printLine
printColor documents
- pdflatex --interaction=nonstopmode dissertation
+ pdflatex --interaction=errorstopmode --shell-escape dissertation
bibtex dissertation
- pdflatex --interaction=nonstopmode dissertation
- pdflatex --interaction=nonstopmode dissertation
+ pdflatex --interaction=nonstopmode --shell-escape dissertation
+ pdflatex --interaction=nonstopmode --shell-escape dissertation
fi
printColor finished