Hello,
I would appreciate if someone could help me to resolve this problem.
I have installed vim-latex from the OpenSuSE distribution. Most of its
features work correctly. \ll will start latex translation, and \lv
launches the viewer. However, \ls , instead of launching the forward
search, do
Hi,
I use vim-latex with okular and forward search works like a charm.
I have this in my .vimrc
set grepprg=grep\ -nH\ $*
let g:tex_flavor='latex'
let g:Tex_DefaultTargetFormat = 'pdf'
let g:Tex_ViewRule_pdf = 'okular'
let g:Tex_CompileRule_pdf = "/usr/local/bin/latexmk -e
'$pdflatex=q/pdflatex
Peter,
thanks for your reply.
Having sourced the lines below into vim, there is some progress. Now, when
I type \ls , three new okular instances will open; one contains the
compiled file while the other two are empty. Each provides an error box,
like this:
Could not open /home/kadlecf/Docum
On Thu, May 17, 2012 at 1:00 PM, Filip Kadlec wrote:
> Peter,
> thanks for your reply.
>
> Having sourced the lines below into vim, there is some progress. Now, when I
> type \ls , three new okular instances will open; one contains the compiled
> file while the other two are empty. Each provides
Dear Peter,
thanks so much for your description. I have updated vim-latex to the
latest version; installed and activated pathogen, un-installed the
distribution system-wide vim-latex, and then installed the latest
vim-latex:
~>cd ~/.vim/bundle
~/.vim/bundle> git clone
git://vim-latex.git.