Re: [Vim-latex-devel] Forward search with okular

2012-05-29 Thread Filip Kadlec
Hello Peter, I think the problem is resolved now. The clue was in the line: let g:Tex_CompileRule_pdf = 'pdflatex --synctex=1 -interaction=nonstopmode $*' instead of which I had let g:Tex_CompileRule_pdf = "/usr/local/bin/latexmk -e '$pdflatex=q/pdflatex -interaction=nonstopmode -file-line-er

Re: [Vim-latex-devel] Forward search with okular

2012-05-20 Thread Peter Vasil
Hi Filip, If you have something like this i your 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 = 'pdflatex --synctex=1 -interaction=nonstopmode $*' and have a ...synctex.gz (this is the f

Re: [Vim-latex-devel] Forward search with okular

2012-05-17 Thread Filip Kadlec
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.

Re: [Vim-latex-devel] Forward search with okular

2012-05-17 Thread Peter Vasil
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

Re: [Vim-latex-devel] Forward search with okular

2012-05-17 Thread Filip Kadlec
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

Re: [Vim-latex-devel] Forward search with okular

2012-05-17 Thread Peter Vasil
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

[Vim-latex-devel] Forward search with okular

2012-05-17 Thread Filip Kadlec
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