début chapitre 6
This commit is contained in:
parent
c5afaf6d90
commit
e5e878beb6
6 changed files with 74 additions and 2 deletions
5
makefile
5
makefile
|
@ -1,10 +1,10 @@
|
|||
build: notes_de_cours.pdf
|
||||
|
||||
rapport.pdf: notes_de_cours.bbl
|
||||
notes_de_cours.pdf: notes_de_cours.bbl
|
||||
pdflatex notes_de_cours.tex
|
||||
pdflatex notes_de_cours.tex
|
||||
|
||||
rapport.bbl: notes_de_cours.tex
|
||||
notes_de_cours.bbl: notes_de_cours.tex
|
||||
pdflatex notes_de_cours.tex
|
||||
bibtex notes_de_cours.aux
|
||||
|
||||
|
@ -19,3 +19,4 @@ clean:
|
|||
-rm *.log
|
||||
-rm *.out
|
||||
-rm *.toc
|
||||
-rm *.pdf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue