Update out_dir/aux_dir

This commit is contained in:
2026-07-03 00:29:46 +02:00
parent b1bf0fe5ba
commit 13c3808ef8
+2 -1
View File
@@ -1,7 +1,8 @@
$pdf_mode = 1;
$pdflatex =
q{lualatex -shell-escape -interaction=nonstopmode %O %S 2>&1 | perl -pe 's/(^!.*)/\e[1;31m$1\e[0m/; s/([Ww]arning)/\e[1;33m$1\e[0m/'};
$out_dir = "build";
$out_dir = ".out";
$aux_dir = ".aux";
$bibtex = "biber %O %S";
$pdf_previewer = "zathura %O %S";