Re: [Vim-latex-devel] question about opening xdvi in vim-latex
Brought to you by:
srinathava,
tmaas
From: John B. <jb...@gm...> - 2009-04-26 01:07:38
|
Dear Ted: yes I tried, it really works, however... by such configuration I cannot get the forward search.... :( Thank you very much for spending time on my question. Peng On Sun, Apr 26, 2009 at 12:46 AM, Ted Pavlic <te...@te...> wrote: >> let g:Tex_ViewRule_dvi = 'LC_ALL=C xdvi ' > > Have you tried something like... > > bash -c 'LC_ALL=C xdvi' > > ? That is, > > let g:Tex_ViewRule_dvi = 'bash -c "LC_ALL=C xdvi \$1" xdvi ' > > You might have to play around with the quoting, but in principle I think > it would work... <?> > > --Ted > > > -- > Ted Pavlic <te...@te...> > > Please visit my ALS association page: > http://web.alsa.org/goto/tedpavlic > My family appreciates your support in the fight to defeat ALS. > > ------------------------------------------------------------------------------ > Crystal Reports - New Free Runtime and 30 Day Trial > Check out the new simplified licensign option that enables unlimited > royalty-free distribution of the report engine for externally facing > server and web deployment. > http://p.sf.net/sfu/businessobjects > _______________________________________________ > Vim-latex-devel mailing list > Vim...@li... > https://lists.sourceforge.net/lists/listinfo/vim-latex-devel > |