summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/thuthesis/latexmkrc
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/thuthesis/latexmkrc')
-rw-r--r--macros/latex/contrib/thuthesis/latexmkrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/macros/latex/contrib/thuthesis/latexmkrc b/macros/latex/contrib/thuthesis/latexmkrc
index 17e9557a5e..848fd1312f 100644
--- a/macros/latex/contrib/thuthesis/latexmkrc
+++ b/macros/latex/contrib/thuthesis/latexmkrc
@@ -3,6 +3,7 @@
$pdf_mode = 5;
$xelatex = "xelatex -shell-escape -file-line-error -halt-on-error -interaction=nonstopmode -no-pdf -synctex=1 %O %S";
+$lualatex = "lualatex -shell-escape -file-line-error -halt-on-error -interaction=nonstopmode -synctex=1 %O %S";
$xdvipdfmx = "xdvipdfmx -q -E -o %D %O %S";
$bibtex_use = 1.5;