Add .latexmkrc for proper bibtex cycling with vimtex/latexmk

This commit is contained in:
Split 2026-03-17 14:58:32 -04:00
parent f1691e24c4
commit e4f1a5f6af

3
.latexmkrc Normal file
View File

@ -0,0 +1,3 @@
$pdflatex = 'pdflatex -interaction=nonstopmode %O %S';
$bibtex_use = 2;
$pdf_mode = 1;