Re: [Vim-latex-devel] compile bibtex
Brought to you by:
srinathava,
tmaas
From: Rudra B. <rud...@ao...> - 2013-06-14 10:55:15
|
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 <ale...@la...> To: Rudra Banerjee <rud...@ao...> Cc: vim...@li... <vim...@li...> Subject: Re: [Vim-latex-devel] compile bibtex Date: Fri, 14 Jun 2013 10:28:09 +0200 On 13 June 2013 23:38, Rudra Banerjee <rud...@ao...> 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 |