Merge branch 'master' of git.francoispelletier.org:francois/nlp_a2019_tp3

This commit is contained in:
François Pelletier 2020-04-11 23:35:57 -04:00
commit e507d1b5f7

View file

@ -1,2 +1,3 @@
#!/bin/bash
for i in *.dot; do dot -Tpdf "${i}" -o "${i%.dot}.pdf"; done
pdftk baxter.pdf emphase.pdf role-commentaires.pdf qualite-commentaires.pdf entites.pdf relations.pdf cat output slides-commentaires-theorie.pdf