diff --git a/README.md b/README.md index 629715e..fdb7d3e 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ Using styling files from [oysteikt/texmf](https://gitlab.stud.idi.ntnu.no/oystei | 11 | [wiki.math.ntnu.no][ex11] | [ex11.pdf][as11] | [wiki.math.ntnu.no][so11] | | 12 | [wiki.math.ntnu.no][ex12] | [ex12.pdf][as12] | [wiki.math.ntnu.no][so12] | +See examples of what the engine for the exam template can do here: [exam_template_graphics.pdf](http://oysteikt.pages.stud.idi.ntnu.no/v21-ma0301/exam_template_graphics.pdf) + [ex1]: https://wiki.math.ntnu.no/_media/ma0301/2021v/set-1-2021-new.pdf "Exercise 1 Questions" [ex2]: https://wiki.math.ntnu.no/_media/ma0301/2021v/set-2-2021-new.pdf "Exercise 2 Questions" [ex3]: https://wiki.math.ntnu.no/_media/ma0301/2021v/set-3-2021.pdf "Exercise 3 Questions" diff --git a/generate_pdfs.sh b/generate_pdfs.sh index b326ba8..c34210b 100755 --- a/generate_pdfs.sh +++ b/generate_pdfs.sh @@ -13,4 +13,9 @@ do cd .. done +pushd exam_template_graphics + make + mv main.pdf ../public/exam_template_graphics.pdf +popd + find public -type f ! -name '*.pdf' -delete \ No newline at end of file