fix: compilation

This commit is contained in:
2025-12-12 21:23:46 +01:00
parent bf045059f8
commit b0a637b294
4 changed files with 5 additions and 5 deletions

View File

@@ -1,8 +1,6 @@
$pdf_mode = 1;
$pdflatex = 'pdflatex -synctex=1 -interaction=nonstopmode -file-line-error %O %S';
$aux_dir = 'build';
$out_dir = 'build';
$use_biber = 0; # force bibtex
$bibtex_use = 2; # run bibtex when needed
$bibtex = 'bibtex %O %B';
$pdf_previewer = 'zathura %O %S';
$clean_ext = 'synctex.gz bbl bcf run.xml fls fdb_latexmk glg glo gls ist blg lof lot out toc';