Switch to xelatex
This commit is contained in:
parent
d4087865e6
commit
e174c79369
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
all: report.pdf
|
all: report.pdf
|
||||||
|
|
||||||
report.pdf: report.tex fiche_synthese.tex ../shared/report.bib
|
report.pdf: report.tex fiche_synthese.tex ../shared/report.bib
|
||||||
latexmk -pdf $<
|
latexmk -xelatex -pdf $<
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f *aux *bbl *bcf *blg *_latexmk *fls *log *out *.run.xml
|
rm -f *aux *bbl *bcf *blg *_latexmk *fls *log *out *.run.xml
|
||||||
|
|
Loading…
Reference in a new issue