summaryrefslogtreecommitdiffstats
path: root/latexmkrc
diff options
context:
space:
mode:
Diffstat (limited to 'latexmkrc')
-rw-r--r--latexmkrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/latexmkrc b/latexmkrc
index 0abe1d5..6ded101 100644
--- a/latexmkrc
+++ b/latexmkrc
@@ -1,4 +1,5 @@
$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 = 'pdflatex --recorder --synctex=1 --shell-escape -halt-on-error %O %S && cp %D ./pdf/%R.pdf';
+$makeindex = 'makeindex %O -o %D -s index.ist %S';
$pdf_mode = 1;
$out_dir = "build"; \ No newline at end of file