[Vim-latex-devel] \cite{<F9> completion does not work
Brought to you by:
srinathava,
tmaas
From: Peter V. <pv...@ge...> - 2011-01-23 10:38:45
|
Hi. I saw thread with exactly same name and have "fixed" vim-latex suite installed here (1.8.23.20101027). Anyway if I write \cite{F9 the window to select reference opens but after I select reference and press <enter> nothing appears after \cite{. Testcase to reproduce the problem is in attachment. Also note: I'm using xelatex and thus I have the following customization inside ~/.vimrc: "vim-latex for xetex! let g:Tex_DefaultTargetFormat = 'pdf' let g:Tex_ViewRule_pdf='evince' let g:Tex_CompileRule_pdf = 'xelatex --interaction=nonstopmode $*' map <f2> :w<cr><leader>ll let g:Tex_MultipleCompileFormats = 'pdf' Thanks in advance for any help, -- Peter. |