[Vim-latex-devel] Viewing dvi output via \lv and a query on a \cite completion
Brought to you by:
srinathava,
tmaas
From: Hugo G. <hug...@ma...> - 2009-05-20 12:55:38
|
Hello, 1. After compiling my main.tex in dvi format using \ll I can not visualize the corresponding dvi file using the \lv command. There is a ":call Tex_View Latex()" message that appears in the command-line window but nothing happen. I did not change any default settings and I am using svn version 1050 of latex-suite. Note that this problem only occurs in gvim. The \lv command works great in plain vim. 2. Following suggestions in latex-suite.txt I set up a directory tree to split my project in several input'ed files. In my main.tex.latexmain file I wrote: let g:Tex_BIBINPUTS = '~/thesis' since my main.tex and bibli.bib files are located there and I want the \cite completion command (F9) to work when I am editing, say, something in a subdirectory of 'thesis'. For example, this works fine if I start editing a file likewise "vim intro/intro.tex" but will not work if I am already in 'intro' and do "vim intro.tex". How can I fix that? Many thanks for help, HG |