Skip to content

Commit 9aaacb9

Browse files
committed
Add latexmkrc to template root dir
1 parent 5e8ffe8 commit 9aaacb9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

latexmkrc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)