2024-08-29 22:34:48 +02:00
|
|
|
all: rapport.pdf presentation.pdf
|
|
|
|
|
2024-08-28 09:38:59 +02:00
|
|
|
rapport.pdf: rapport.tex refs.bib
|
|
|
|
pdflatex -interaction=nonstopmode -halt-on-error rapport.tex
|
|
|
|
bibtex rapport
|
|
|
|
pdflatex -interaction=nonstopmode -halt-on-error rapport.tex
|
2024-07-08 17:03:30 +02:00
|
|
|
|
2024-08-29 22:34:48 +02:00
|
|
|
presentation.pdf: presentation.tex
|
|
|
|
lualatex -interaction=nonstopmode -halt-on-error presentation.tex
|
|
|
|
|
2024-07-08 17:03:30 +02:00
|
|
|
clean:
|
2024-07-09 11:54:37 +02:00
|
|
|
rm *.bbl *.bcf *.blg *.log *.run.xml *.toc *.aux *.out -f
|