From 46eb6bad8700abdfef52fd83445607228016b10b Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Sat, 24 Mar 2018 16:45:13 -0500 Subject: 2018-03-24 16:45 --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 7abca57..649b522 100755 --- a/build.sh +++ b/build.sh @@ -49,7 +49,7 @@ if [[ "$1" = "all" ]] || [[ "$1" = "dissertation" ]] ; then printLine printColor documents pdflatex --interaction=nonstopmode --shell-escape dissertation - bibtex dissertation + biber dissertation pdflatex --interaction=nonstopmode --shell-escape dissertation pdflatex --interaction=nonstopmode --shell-escape dissertation fi -- cgit v1.2.3