Skip to content
Snippets Groups Projects
Commit 8bc50fbd authored by Iain Bryson's avatar Iain Bryson
Browse files

Enable the build pdf

parent 80a508e6
Branches
No related tags found
No related merge requests found
......@@ -18,9 +18,7 @@ mkdir -p $project
pdflatex="/usr/local/texlive/2017/bin/x86_64-linux/pdflatex -halt-on-error -interaction=nonstopmode"
echo "/get-pdf.sh $course $course_zip $jobid"
exit;
echo "/build-pdf.sh $course $course_zip $jobid"
# ---- Download the enote as zip
......@@ -33,7 +31,7 @@ cd $project
# ---- Make each chapter in sections/ a pdf with working cross references
if [ $course == 01005 ] || [ $course == 01006 ]; then
if [ $course == 00000 ] || [ $course == 01005 ] || [ $course == 01006 ]; then
# make a list of where the labels are in pdf position
cd main
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment