added latexmk (because texlab ignores my config) and helix
This commit is contained in:
parent
19be2c3635
commit
bf1ef43fa1
4 changed files with 185 additions and 110 deletions
7
.latexmkrc
Normal file
7
.latexmkrc
Normal 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";
|
Loading…
Add table
Add a link
Reference in a new issue