chapitres 1 et 2

This commit is contained in:
Francois Pelletier 2019-02-19 21:23:33 -05:00
parent 0eb613f71f
commit 191f3940ce
24 changed files with 576 additions and 0 deletions

27
makefile Normal file
View file

@ -0,0 +1,27 @@
build: notes_de_cours.pdf
images-graphviz:
dot -Tpng agentrationnel.dot -o agentrationnel.png
dot -Tpng agentintelligent.dot -o agentintelligent.png
dot -Tpng environnementpropriete.dot -o environnementpropriete.png
notes_de_cours.pdf: notes_de_cours.bbl
pdflatex notes_de_cours.tex
pdflatex notes_de_cours.tex
notes_de_cours.bbl: notes_de_cours.tex chapitre1.tex chapitre2.tex images-graphviz
pdflatex notes_de_cours.tex
-bibtex notes_de_cours.aux
run: notes_de_cours.pdf
-evince notes_de_cours.pdf &
clean:
-rm *.aux
-rm *.bbl
-rm *.blg
-rm *.lof
-rm *.log
-rm *.out
-rm *.toc
-rm *.pdf