Simplify justfile by adding .latexmkrc

This commit is contained in:
2026-07-01 18:19:07 +02:00
parent 3fa872d922
commit e57f246904
2 changed files with 7 additions and 9 deletions
+5
View File
@@ -0,0 +1,5 @@
$pdf_mode = 1;
$pdflatex = "lualatex -shell-escape -interaction=nonstopmode %O %S";
$out_dir = "build";
$bibtex = "biber %O %S";
$pdf_previewer = "zathura %O %S";