Alessandro, Thanks for your reply. I have done this, with TexLet g:Tex_MultipleCompileFormats = 'pdf,bbl'
but it seems to compile bib every time, even when bib is not updated. So, what I am looking for a *conditional* behaviour. -----Original Message----- From: Alessandro Pezzoni <[email protected]> To: Rudra Banerjee <[email protected]> Cc: [email protected] <[email protected]> Subject: Re: [Vim-latex-devel] compile bibtex Date: Fri, 14 Jun 2013 10:28:09 +0200 On 13 June 2013 23:38, Rudra Banerjee <[email protected]> wrote: > Hello friends, > I am using vim-latex for writing an article. \ll is ok for compiling. > but problem is how can I compile the bibtex from vim-latex? > > I am already using > :nnoremap <Leader>lw :up!<cr>:call Tex_RunLaTeX()<cr> > > to save and compile latex together. So, is it possible to compile latex > and conditionally compile bibtex (when updated) using a nnoremap? Theoretically, this should happen already with \ll (see [1]). If you are compiling to a format other than dvi, though, you should add it to the g:Tex_MultipleCompileFormats variable. Hope this helps, Alessandro [1] http://folk.uio.no/haaksk/config-files/.vim/doc/latex-suite.html#compiling-multiple ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ Vim-latex-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/vim-latex-devel
