Skip to content

Commit

Permalink
Blatt12
Browse files Browse the repository at this point in the history
  • Loading branch information
aul12 committed Jul 10, 2018
1 parent 1fb11b9 commit 85f2142
Show file tree
Hide file tree
Showing 13 changed files with 3,318 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Expand Up @@ -61,7 +61,12 @@ script:
- mv main.pdf ../output/Blatt11.pdf
- cd ..
- zip -j output/Blatt11.zip output/Blatt11.pdf Blatt11/b11a02.m Blatt11/survived.eps Blatt11/pclass.eps Blatt11/sex.eps Blatt11/age.eps Blatt11/sibsp.eps Blatt11/parch.eps Blatt11/fare.eps

- cd Blatt12
- latexmk -pdf --shell-escape main.tex
- mv main.pdf ../output/Blatt12.pdf
- cd ..
- zip -j output/Blatt12.zip output/Blatt12.pdf Blatt12/b12a01.m Blatt12/b12a02.m

deploy:
provider: pages
skip-cleanup: true
Expand Down

0 comments on commit 85f2142

Please sign in to comment.