summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCamil Staps2017-10-16 18:56:09 +0200
committerCamil Staps2017-10-16 18:56:09 +0200
commit34564d2c25b706dda51635ff81c44d316fa4c8ab (patch)
tree7d371ca9e8d6b25c9daef1a49c3110299c64faea
parentMerge branch 'master' of gitlab.science.ru.nl:eveen/Testing-Techniques (diff)
Remove PNGs
-rw-r--r--.gitignore2
-rw-r--r--assignments/assignment2/.latexmkrc9
-rw-r--r--assignments/assignment2/LStar_hypothesis0.pngbin61482 -> 0 bytes
-rw-r--r--assignments/assignment2/LStar_hypothesis1.pngbin83427 -> 0 bytes
-rw-r--r--assignments/assignment2/LStar_hypothesis2.pngbin141632 -> 0 bytes
-rw-r--r--assignments/assignment2/LStar_hypothesis3.pngbin159949 -> 0 bytes
-rw-r--r--assignments/assignment2/LStar_hypothesis4.pngbin181267 -> 0 bytes
7 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 42f8ac2..431e14a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
deleted file mode 100644
index 986b1e7..0000000
--- a/assignments/assignment2/LStar_hypothesis0.png
+++ /dev/null
Binary files differ
diff --git a/assignments/assignment2/LStar_hypothesis1.png b/assignments/assignment2/LStar_hypothesis1.png
deleted file mode 100644
index f62f66b..0000000
--- a/assignments/assignment2/LStar_hypothesis1.png
+++ /dev/null
Binary files differ
diff --git a/assignments/assignment2/LStar_hypothesis2.png b/assignments/assignment2/LStar_hypothesis2.png
deleted file mode 100644
index c166adf..0000000
--- a/assignments/assignment2/LStar_hypothesis2.png
+++ /dev/null
Binary files differ
diff --git a/assignments/assignment2/LStar_hypothesis3.png b/assignments/assignment2/LStar_hypothesis3.png
deleted file mode 100644
index ea3ea0f..0000000
--- a/assignments/assignment2/LStar_hypothesis3.png
+++ /dev/null
Binary files differ
diff --git a/assignments/assignment2/LStar_hypothesis4.png b/assignments/assignment2/LStar_hypothesis4.png
deleted file mode 100644
index efc3d24..0000000
--- a/assignments/assignment2/LStar_hypothesis4.png
+++ /dev/null
Binary files differ