Re: [Vim-latex-devel] Using Forward Search with xdvi

2011-12-14 Thread David Adley
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.

Re: [Vim-latex-devel] Using Forward Search with xdvi

2011-12-13 Thread Ted Pavlic
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

Re: [Vim-latex-devel] Using Forward Search with xdvi

2011-12-13 Thread Philipp Hartwig
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

[Vim-latex-devel] Using Forward Search with xdvi

2011-12-13 Thread 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.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'