mirror of
https://github.com/bertptrs/vimconfig.git
synced 2025-12-25 20:40:32 +01:00
Better default latexmk
This commit is contained in:
@@ -9,7 +9,7 @@ $pdf_mode = 1;
|
||||
$use_make_for_missing_files = 1;
|
||||
|
||||
# Use xelatex for compilation
|
||||
$pdflatex = "xelatex -synctex=1 --shell-escape %O %S";
|
||||
$pdflatex = "xelatex -interaction=nonstopmode -halt-on-error -synctex=1 --shell-escape %O %S";
|
||||
|
||||
# Specify all cleanup files
|
||||
$clean_ext = "aux fdb_latexmk fls log nav out snm %R.synctex.gz toc";
|
||||
|
||||
Reference in New Issue
Block a user