[Vim-latex-devel] [BUGREPORT] -output-directory isn't handled
Brought to you by:
srinathava,
tmaas
From: Christian B. <ex...@gm...> - 2012-11-11 11:33:16
|
I am using vim-latexsuite on Kubuntu 12.10 32bit. This is my compile rule [.vimrc] let g:Tex_CompileRule_pdf='mkdir -p _out && xelatex -output-directory=_out -interaction=nonstopmode $* && mv _out/$*.pdf .' [/.vimrc] You see I am using -output-directory to bundle all output-files in a subdirectorie. It is needed because no human need this files. Only the machine itself (latex compiler, etc) need and use them. So they don't have to appear in my document directory. But as I see the latexsuite is not able to handle this. It didn't show me the error-log inside vim because it didn't find the error log. And maybe it take an negative effect on some other features of vim-latex that I doesn't know currently. |