summaryrefslogtreecommitdiffstats
path: root/examplerun.sh
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2022-03-30 17:53:21 +0100
committerjwansek <eddie.atten.ea29@gmail.com>2022-03-30 17:53:21 +0100
commitc191669089061a5082dba997ca43d1db233c1b72 (patch)
tree67abb8e42ea19623216b2f5628d108d50f78d54b /examplerun.sh
parent524fa81d71d335a04ab3610c39c5c8e74eb732a4 (diff)
downloadSmarker-c191669089061a5082dba997ca43d1db233c1b72.tar.gz
Smarker-c191669089061a5082dba997ca43d1db233c1b72.zip
added python latex escaping
Diffstat (limited to 'examplerun.sh')
-rw-r--r--examplerun.sh7
1 files changed, 6 insertions, 1 deletions
diff --git a/examplerun.sh b/examplerun.sh
index 1b8e5b2..eac57b8 100644
--- a/examplerun.sh
+++ b/examplerun.sh
@@ -1,3 +1,8 @@
zip -r 100301654.zip ./ExampleSubmission/
python ./mark.py -s 100301654.zip -a ./ExampleAssessments/example.yml -f tex -o auto
-rm 100301654.zip \ No newline at end of file
+rm 100301654.zip
+pdflatex 100301654_report.tex
+rm -v *.log
+rm -v *.aux
+rm -v *.tex
+rm -v *_test_report.pdf \ No newline at end of file