added latexmk (because texlab ignores my config) and helix

This commit is contained in:
Dennis Frieberg 2025-05-14 15:24:18 +02:00
parent 19be2c3635
commit bf1ef43fa1
Signed by: nerf
GPG key ID: 7C58AFED036072C5
4 changed files with 185 additions and 110 deletions

7
.latexmkrc Normal file
View file

@ -0,0 +1,7 @@
$pdf_mode=1;
# for lualatex
# $pdf_mode=4;
$pdf_previewer="start zathura %O %S";
$pdf_update_method=2;
$pdflatex="pdflatex --shell-escape --synctex=1 %O %S";
$lualatex="lualatex --shell-escape --synctex=1 %O %S";