On Wed, 30 Jun 2004, Brian Keats wrote:
> For some reason, kdvi forward search wouldn't work for me, even though
> viewing did. It works fine for xdvi though.
>
> My hack was to change the 'else' cases to the kdvi execute string from
> the Tex_ViewLaTeX() function as follows:
>
I am afraid I don't understand what the problem was precisely and how
this is supposed to fix it...
It seems that if you have
let g:Tex_UseEditorSettingInDVIViewer = 1
let g:Tex_ViewRule_dvi = 'kdvi'
in your texrc then latex-suite will issue
silent! !kdvi --unique file:foo.dvi\#src:12file.tex &
when you press \ls. Which should be what you want to happen...
Isn't it?
Srinath
|