diff options
author | Camil Staps | 2017-10-16 18:56:09 +0200 |
---|---|---|
committer | Camil Staps | 2017-10-16 18:56:09 +0200 |
commit | 34564d2c25b706dda51635ff81c44d316fa4c8ab (patch) | |
tree | 7d371ca9e8d6b25c9daef1a49c3110299c64faea | |
parent | Merge branch 'master' of gitlab.science.ru.nl:eveen/Testing-Techniques (diff) |
Remove PNGs
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | assignments/assignment2/.latexmkrc | 9 | ||||
-rw-r--r-- | assignments/assignment2/LStar_hypothesis0.png | bin | 61482 -> 0 bytes | |||
-rw-r--r-- | assignments/assignment2/LStar_hypothesis1.png | bin | 83427 -> 0 bytes | |||
-rw-r--r-- | assignments/assignment2/LStar_hypothesis2.png | bin | 141632 -> 0 bytes | |||
-rw-r--r-- | assignments/assignment2/LStar_hypothesis3.png | bin | 159949 -> 0 bytes | |||
-rw-r--r-- | assignments/assignment2/LStar_hypothesis4.png | bin | 181267 -> 0 bytes |
7 files changed, 11 insertions, 0 deletions
@@ -2,6 +2,8 @@ # Created by https://www.gitignore.io/api/vim,latex,haskell ### Project ### runchess +*_hypothesis*.png +*.out ### Haskell ### dist diff --git a/assignments/assignment2/.latexmkrc b/assignments/assignment2/.latexmkrc new file mode 100644 index 0000000..a5c2a05 --- /dev/null +++ b/assignments/assignment2/.latexmkrc @@ -0,0 +1,9 @@ +# vim: syntax=perl: +$pdflatex = 'internal pdflatexwithdot %R %O %S'; + +sub pdflatexwithdot { + for (my $i = 0; $i <= 4; $i++) { + system("dot -Tpng LStar_hypothesis" . $i . ".dot > LStar_hypothesis" . $i . ".png"); + } + return system("pdflatex -shell-escape @_"); +} diff --git a/assignments/assignment2/LStar_hypothesis0.png b/assignments/assignment2/LStar_hypothesis0.png Binary files differdeleted file mode 100644 index 986b1e7..0000000 --- a/assignments/assignment2/LStar_hypothesis0.png +++ /dev/null diff --git a/assignments/assignment2/LStar_hypothesis1.png b/assignments/assignment2/LStar_hypothesis1.png Binary files differdeleted file mode 100644 index f62f66b..0000000 --- a/assignments/assignment2/LStar_hypothesis1.png +++ /dev/null diff --git a/assignments/assignment2/LStar_hypothesis2.png b/assignments/assignment2/LStar_hypothesis2.png Binary files differdeleted file mode 100644 index c166adf..0000000 --- a/assignments/assignment2/LStar_hypothesis2.png +++ /dev/null diff --git a/assignments/assignment2/LStar_hypothesis3.png b/assignments/assignment2/LStar_hypothesis3.png Binary files differdeleted file mode 100644 index ea3ea0f..0000000 --- a/assignments/assignment2/LStar_hypothesis3.png +++ /dev/null diff --git a/assignments/assignment2/LStar_hypothesis4.png b/assignments/assignment2/LStar_hypothesis4.png Binary files differdeleted file mode 100644 index efc3d24..0000000 --- a/assignments/assignment2/LStar_hypothesis4.png +++ /dev/null |