summaryrefslogtreecommitdiffstats
path: root/latexmkrc
diff options
context:
space:
mode:
Diffstat (limited to 'latexmkrc')
-rw-r--r--latexmkrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/latexmkrc b/latexmkrc
index e9496a2..0abe1d5 100644
--- a/latexmkrc
+++ b/latexmkrc
@@ -1,4 +1,4 @@
-#$pdflatex = 'xelatex --recorder --synctex=1 --shell-escape -halt-on-error %O %S && cp %D ./pdf/%R.pdf';
-$pdflatex = 'pdflatex --recorder --synctex=1 --shell-escape -halt-on-error %O %S && cp %D ./pdf/%R.pdf';
+$pdflatex = 'xelatex --recorder --synctex=1 --shell-escape -halt-on-error %O %S && cp %D ./pdf/%R.pdf';
+#pdflatex = 'pdflatex --recorder --synctex=1 --shell-escape -halt-on-error %O %S && cp %D ./pdf/%R.pdf';
$pdf_mode = 1;
$out_dir = "build"; \ No newline at end of file