[Vim-latex-devel] Able to do compilation in a sub-directory?
Brought to you by:
srinathava,
tmaas
From: Ng Oon-Ee <ng...@gm...> - 2011-02-14 06:28:12
|
Hi, I'm coming from a texlipse (Eclipse plug-in) background. Been through the Latex-Suite Reference, but could not find this particular 'feature'. Would it be possible to do a compile in a specific subdirectory (by default ./tmp in texlipse). This helps prevent clutter in the main directory. I've not checked, but I believe texlipse does this using the --output-directory option of tex/pdflatex. Would changing g:Tex_CompileRule_* allow me to have this behaviour (all the temporary files like aux,bbl,blg,log,out,toc in ./tmp but the final output dvi/pdf in ./)? |