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. ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_nov _______________________________________________ Vim-latex-devel mailing list Vim-latex-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/vim-latex-devel