Add exam_template.pdf to readme

master
Oystein Kristoffer Tveit 2021-05-10 22:20:25 +02:00
parent 6c8a80212f
commit 0e7df400ab
2 changed files with 7 additions and 0 deletions

View File

@ -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"

View File

@ -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