This is a very similar problem to the one I posted about yap in
windows. Probably makes sense to have a similar approach.
2011/12/13 "Rüdiger Kürsten" :
> hi everybody,
>
> i have problems using forward search, when i use the xdvi viewer with further
> options.
> i'm using Latex-Suite: version 1.
2011/12/13 "Rüdiger Kürsten" :
> i would suggest to cut the first word out of the variable viewer and use this
> for the comparisons with "xdvi"
Good point. I just committed a change to the git repository that
should do exactly that. I did a quick test with xdvi, but it wasn't
exhaustive.
See if
Hi,
I also had this problem in the past and I've worked around it by putting the
xdvi options I want into my .Xdefaults instead of changing Tex_ViewRule_dvi.
The entries look as follows:
xdvi.Hush: True
xdvi.shrinkFactor: 5
xdvi.expertMode:0
[...]
All the opti
hi everybody,
i have problems using forward search, when i use the xdvi viewer with further
options.
i'm using Latex-Suite: version 1.8.23 together with vim version 7.1.314
the latex part of my vim.rc is:
let g:tex_flavor='latex'
let g:Tex_ViewRule_dvi = 'xdvi -fullscreen -hush -hushstdout -s 6'