Skip to content
Snippets Groups Projects
Commit 0ef200d7 authored by dtu-compute's avatar dtu-compute Committed by GitHub
Browse files

Fix pdflatex hangs if missing sty package

parent d2c52c8c
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ export LC_ALL=en_US.UTF-8
rm -rf $e
mkdir $e
pdflatex="/usr/local/texlive/2017/bin/x86_64-linux/pdflatex -halt-on-error"
pdflatex="/usr/local/texlive/2017/bin/x86_64-linux/pdflatex -halt-on-error -interaction=nonstopmode"
echo "/get-pdf.sh $url $email $pass $course $project"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment