diff options
author | Camil Staps | 2017-10-23 14:24:06 +0200 |
---|---|---|
committer | Camil Staps | 2017-10-23 14:24:40 +0200 |
commit | a3a6397bfd8a80bc49374ba168d8b8437c5de8a0 (patch) | |
tree | 9c80a8e31ee0c93d72c81cdb5678b1ff9c88a995 /assignments/assignment2/.latexmkrc | |
parent | 1.1.4 (diff) |
Add hypotheses
Diffstat (limited to 'assignments/assignment2/.latexmkrc')
-rw-r--r-- | assignments/assignment2/.latexmkrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assignments/assignment2/.latexmkrc b/assignments/assignment2/.latexmkrc index a5c2a05..4eed047 100644 --- a/assignments/assignment2/.latexmkrc +++ b/assignments/assignment2/.latexmkrc @@ -2,7 +2,7 @@ $pdflatex = 'internal pdflatexwithdot %R %O %S'; sub pdflatexwithdot { - for (my $i = 0; $i <= 4; $i++) { + for (my $i = 0; $i <= 6; $i++) { system("dot -Tpng LStar_hypothesis" . $i . ".dot > LStar_hypothesis" . $i . ".png"); } return system("pdflatex -shell-escape @_"); |