correction encodage cp1252 vers utf8
This commit is contained in:
parent
d5ce45bfbe
commit
7a37280489
3 changed files with 24 additions and 3 deletions
21
tp/makefile
Normal file
21
tp/makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
build: rapport.pdf
|
||||
|
||||
rapport.pdf: rapport.bbl
|
||||
pdflatex rapport.tex
|
||||
pdflatex rapport.tex
|
||||
|
||||
rapport.bbl: rapport.tex
|
||||
pdflatex rapport.tex
|
||||
bibtex rapport.aux
|
||||
|
||||
run: rapport.pdf
|
||||
evince rapport.pdf
|
||||
|
||||
clean:
|
||||
rm *.aux
|
||||
rm *.bbl
|
||||
rm *.blg
|
||||
rm *.lof
|
||||
rm *.log
|
||||
rm *.out
|
||||
rm *.toc
|
Loading…
Add table
Add a link
Reference in a new issue