[Vim-latex-devel] compile bibtex
Brought to you by:
srinathava,
tmaas
From: Rudra B. <rud...@ao...> - 2013-06-13 22:01:08
|
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? |