Hi!

I had the same issues, but unfortunately my way fixing it was not that
systematic...

First of all - sorry if that might be too simple - did you set the compiler
rule appropriately in your vim.tex?

let g:Tex_CompileRule_pdf = 'pdflatex -interaction=nonstopmode $*'

Another thing that seemed to help was to set evince as the standard viewer
for dvi files as well.

let g:Tex_ViewRule_dvi = 'evince'


I hope that helps,

ciao Denis


2009/6/19 A. Torgovitsky <[email protected]>

>
> Hi all, I'm trying to set my viewer in latex-suite to be evince. Here's
> what I put in my ~/.vim/ftplugin/tex.vim file:
>    let g:Tex_defaultTargetFormat = 'pdf'
>    let g:Tex_ViewRule_pdf = 'evince'
>
> An \ll  successfully compiles my file. When I try \lv to view the file I
> see from the command bar in gvim that "call Tex_ViewLateX()" is being
> issued, but I get no window of any sort. (Of course I checked that
> "evince" actually is the right command and that it is in the path.) Any
> suggestions? Thanks
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to