Make explicit use of LuaLaTeX

pull/7/head
TonyY 2019-07-12 12:31:10 +01:00 committed by Bastian Rieck
parent e0c027969d
commit 04514b434d
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
@default_files = ('Thesis.tex');
$pdflatex = 'pdflatex %O --shell-escape %S';
$pdf_mode = 1;
$lualatex = 'lualatex %O --shell-escape %S';
$pdf_mode = 5;
$clean_ext = "%R.acn %R.acr %R.alg %R.aux %R.auxlock %R.bak %R.bbl %R.blg %R.dvi %R.fls %R.glg %R.glo %R.gls %R.idx %R.ist %R.ilg %R.ind %R.log %R.out %R.pdf %R.ps %R.sav %R.swp %R.toc %R.run.xml %R-blx.bib %R_latexmk %R~ %R.pgf-plot.%R Figures/External/"