From cc1859e9a25b7c2a54e66515a6bb45ce918d28c1 Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Sun, 12 Nov 2017 13:47:12 -0600 Subject: public --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index d021877..7640327 100755 --- a/build.sh +++ b/build.sh @@ -49,7 +49,7 @@ if [[ "$1" = "all" ]] || [[ "$1" = "dissertation" ]] ; then printLine printColor documents pdflatex --interaction=nonstopmode dissertation - bibtex main + bibtex dissertation pdflatex --interaction=nonstopmode dissertation pdflatex --interaction=nonstopmode dissertation fi -- cgit v1.2.3