summaryrefslogtreecommitdiffstats
path: root/latexmkrc
diff options
context:
space:
mode:
authorUlli Kehrle <ulli.kehrle@rwth-aachen.de>2017-12-29 12:44:36 +0100
committerUlli Kehrle <ulli.kehrle@rwth-aachen.de>2017-12-29 12:44:36 +0100
commitc427956b391594f429a7c1c7a2d6f2c476b553aa (patch)
treee313dad79f31296f57cba70e3a0fd545a2840e3d /latexmkrc
parent57805f3240f4241fcc813a2595e4f6a59366d48a (diff)
downloadfunkana-c427956b391594f429a7c1c7a2d6f2c476b553aa.tar.gz
funkana-c427956b391594f429a7c1c7a2d6f2c476b553aa.tar.xz
fix build with pdftex
Diffstat (limited to 'latexmkrc')
-rw-r--r--latexmkrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/latexmkrc b/latexmkrc
index 9dbd136..e9496a2 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