We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e8ffe8 commit 9aaacb9Copy full SHA for 9aaacb9
latexmkrc
@@ -0,0 +1,7 @@
1
+$cleanup_mode = 1;
2
+$out_dir = "build";
3
+$pdflatex = "lualatex -interaction=nonstopmode -halt-on-error --shell-escape %O %S";
4
+$pdf_mode = 1;
5
+
6
+push @generated_exts, "bcf bbl";
7
+$clean_ext = "bcf bbl glg glo gls run.xml xdy"
0 commit comments