diff --git a/build b/build index 6aeb2bc..a235489 100755 --- a/build +++ b/build @@ -1,9 +1,9 @@ #!/bin/bash if [ -e .phd ]; then - cd doctoral_template && latexmk dissertation.tex && cd .. + cd doctoral_template && latexmk -g dissertation.tex && cd .. elif [ -e .msc ]; then - cd masters_template && latexmk && cd .. + cd masters_template && latexmk -g dissertation.tex && cd .. else echo "Please create a .phd or a .msc file to select the appropriate template" exit 1