On Tue, 1 Aug 2006, Gastón Araguás wrote:

> 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'

Miktex (in Windows) has a command line option -output-directory and 
-aux-directory to specify where temp files should go. I do not know 
which OS and latex distribution you are using and whether it has these 
options. You can check the output of latex --help.

Aditya

-------------------------------------------------------------------------
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

Reply via email to