Re: [Vim-latex-devel] output path for .log files
Brought to you by:
srinathava,
tmaas
From: <gar...@gm...> - 2006-08-02 12:22:05
|
On 8/1/06, Aditya Mahajan <ad...@ii...> wrote: > On Tue, 1 Aug 2006, Gast=F3n Aragu=E1s 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 =3D 'pdf' > > let g:Tex_FormatDependency_pdf =3D 'dvi,pdf' > > let g:Tex_CompileRule_dvi =3D 'latex -interaction=3Dnonstopmode $*' > > let g:Tex_CompileRule_pdf =3D '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 > thank you for your reply. Sorry I forgot to say, I'm using latex 3.5.4 in linux Gast=F3n --=20 ------------------------------------------------- Gast=F3n Aragu=E1s Centro de Investigaci=F3n en Inform=E1tica para la Ingenier=EDa (CIII) Univ. Tecnol=F3gica Nacional Facultad Regional C=F3rdoba. Argentina |