Hello how can i do to put the *.log and *.aux *.toc in the same directory where i'm compiling but under tmp/?
what i'm doing now is (my ~/.vim/ftplugin/tex.vim) let g:Tex_DefaultTargetFormat = 'pdf' let g:Tex_FormatDependency_pdf = 'dvi,pdf' let g:Tex_CompileRule_dvi = 'latex -interaction=nonstopmode $*' let g:Tex_CompileRule_pdf = 'dvipdf $*.dvi;mv *.log *.aux *.dvi *.toc *.backup tmp' but I suppous it could be done in a better way... Thanks in advance Gaston -- ------------------------------------------------- Gastón Araguás Centro de Investigación en Informática para la Ingeniería (CIII) Univ. Tecnológica Nacional Facultad Regional Córdoba. Argentina ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Vim-latex-devel mailing list Vim-latex-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/vim-latex-devel