Re: [Vim-latex-devel] Viewer doesnt start in Ubuntu Dapper Drake
Brought to you by:
srinathava,
tmaas
From: Srinath A. <sri...@gm...> - 2006-03-24 03:53:32
|
Hi Sebastian, On 3/23/06, Sebastian Menge <seb...@un...> wrote: > Am Donnerstag, den 23.03.2006, 11:04 -0800 schrieb Srinath Avadhanula: > > reported by Tex_ViewLaTeX. So, try > > :! xdvi "file.dvi" & > > from within vim to see what might be happening. This should give you > > a clue. The last command will be the most informative. It should tel= l > > Got it. I am in my homefolder, instead of the folder the tex/dvi file > resides in. Now i think that's a problem with my OS/Desktop. > > Or should latexsuite use the absolute path !? Well, latex-suite at least in my case, does not care about the current directory of vim as long as the DVI file is in the same directory as the tex file being edited. It also figures out the path using the .latexmain file if found.. So something like: $ cd ~/research/phd/ $ vim main.tex :cd /tmp " from within vim \lv " in normal mode. works for me. I hope the sequence of actions I'm describing is clear. > Thanks for the support, latexsuite rocks :-) Thanks :) Srinath |