Re: [Vim-latex-devel] compile bibtex

2013-06-14 Thread Rudra Banerjee
To: Rudra Banerjee Cc: vim-latex-devel@lists.sourceforge.net Subject: Re: [Vim-latex-devel] compile bibtex Date: Fri, 14 Jun 2013 10:28:09 +0200 On 13 June 2013 23:38, Rudra Banerjee wrote: > Hello friends, > I am using vim-latex for writing an article. \ll is ok for compiling. > but p

Re: [Vim-latex-devel] compile bibtex

2013-06-14 Thread Alessandro Pezzoni
On 13 June 2013 23:38, Rudra Banerjee 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 lw :up!:call Tex_RunLaTeX() > > to save and compile latex together.

[Vim-latex-devel] compile bibtex

2013-06-13 Thread Rudra Banerjee
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 lw :up!:call Tex_RunLaTeX() to save and compile latex together. So, is it possible to compile latex and conditionally comp