From 0e7df400abf5c8ed6cee77ba07ee9ca8922f2012 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Mon, 10 May 2021 22:20:25 +0200 Subject: [PATCH] Add exam_template.pdf to readme --- README.md | 2 ++ generate_pdfs.sh | 5 +++++ 2 files changed, 7 insertions(+) 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