فهرست منبع

better handling of output-directory stuff for latexmk

Kevin Heinicke 9 سال پیش
والد
کامیت
af28a58ff1
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      nvimrc

+ 1 - 1
nvimrc

@@ -176,7 +176,7 @@ set list
 let g:tex_flavour="latex"
 " set some default options for my personal latexmk
 let g:vimtex_latexmk_options=" -lualatex
-                            \ -output-directory=build
+                            \ -jobname=./build/document
                             \ -interaction=nonstopmode
                             \ -halt-on-error
                             \ -pvc"