summaryrefslogtreecommitdiffstats
path: root/latexmkrc
diff options
context:
space:
mode:
Diffstat (limited to 'latexmkrc')
-rw-r--r--latexmkrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/latexmkrc b/latexmkrc
new file mode 100644
index 0000000..8354309
--- /dev/null
+++ b/latexmkrc
@@ -0,0 +1,4 @@
+#$pdflatex = 'lualatex --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