correction encodage cp1252 vers utf8

This commit is contained in:
François Pelletier 2018-02-11 11:06:30 -05:00
parent d5ce45bfbe
commit 7a37280489
3 changed files with 24 additions and 3 deletions

21
tp/makefile Normal file
View 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