Add PDF option to latexmkrc

This commit is contained in:
2023-12-23 20:50:22 +01:00
parent 7d14cf6b58
commit 402f8d4c63
3 changed files with 5 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
$pdflatex="pdflatex -shell-escape -interaction=nonstopmode -synctex=1 %O %S";
$out_dir = 'build';
$pdf_mode = 1;