Re: [Vim-latex-devel] compile bibtex
Brought to you by:
srinathava,
tmaas
From: Alessandro P. <ale...@la...> - 2013-06-14 08:28:17
|
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 |