diff options
author | Ulli Kehrle <ulli.kehrle@rwth-aachen.de> | 2017-12-29 12:44:36 +0100 |
---|---|---|
committer | Ulli Kehrle <ulli.kehrle@rwth-aachen.de> | 2017-12-29 12:44:36 +0100 |
commit | c427956b391594f429a7c1c7a2d6f2c476b553aa (patch) | |
tree | e313dad79f31296f57cba70e3a0fd545a2840e3d /latexmkrc | |
parent | 57805f3240f4241fcc813a2595e4f6a59366d48a (diff) | |
download | funkana-c427956b391594f429a7c1c7a2d6f2c476b553aa.tar.gz funkana-c427956b391594f429a7c1c7a2d6f2c476b553aa.tar.xz |
fix build with pdftex
Diffstat (limited to 'latexmkrc')
-rw-r--r-- | latexmkrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |