summaryrefslogtreecommitdiff
path: root/macros/generic/markdown/latexmkrc
diff options
context:
space:
mode:
Diffstat (limited to 'macros/generic/markdown/latexmkrc')
-rw-r--r--macros/generic/markdown/latexmkrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/macros/generic/markdown/latexmkrc b/macros/generic/markdown/latexmkrc
new file mode 100644
index 0000000000..a9b6a23ef6
--- /dev/null
+++ b/macros/generic/markdown/latexmkrc
@@ -0,0 +1,5 @@
+$pdflatex = 'lualatex --shell-escape %O %S';
+$makeindex = 'makeindex -s %R.ist %O -o %D %S';
+$pdf_mode = 1;
+$postscript_mode = 0;
+$dvi_mode = 0;