Re: [Vim-latex-devel] Inverse Searching in yap
Brought to you by:
srinathava,
tmaas
From: Srinath A. <sr...@fa...> - 2004-03-14 19:32:10
|
On Sun, 14 Mar 2004, Peng Yu wrote: > I updated it. But after I click on the yap window, I still cannot read the > tex file. > > The attachment shows what I see. > It looks like YAP is trying to open a file called Theoretical instead of Theoretical.tex. Is your file really called Theoretical without the extension? From that I would guess that the way the .dvi file is being generated is where the problem lies. What happens when you place your cursor over any point in the YAP window. It should print out the source specials information in the lower right corner of the window. Something like: Theoretical.tex L:20 or something similar. Make sure that the file name being displayed there has the correct extension. I just tested with the latest release and things seem to be working fine for me... Srinath |