[Vim-latex-devel] compiling error
Brought to you by:
srinathava,
tmaas
From: Julia A. <jul...@gm...> - 2009-02-10 18:10:38
|
Whenever I try to compile a document using \ll in gvim, I receive the following error: || I can't find file `journalECDS.tex'. journalECDS.tex || Emergency stop. journalECDS.tex is a document of mine, but not one I am editing at that point. It's not even in the same location, I haven't looked at the file in ages, yet no matter what I try to compile, I will get that error. I check my installation using the items suggested in the FAQ's, here are the details: :echo Tex_CompileRule_dvi latex -interaction=nonstopmode $* (works fine for me) !latex -interaction=nonstopmode % (also worked and compiled the proper document, without any reference to journalECDS.tex) :set makeprg? gives the same output as above (which it should) :verbose set makeprg? Last set from ~/.vim/ftplugin/latex-suite/compiler.vim :call Tex_RunLaTeX() gives: E117: Unknown function: Tex_RunLaTeX() which according to the FAQ indicates that I should upgrade, however checked and I have the most current version 20060325. i'm glad I found a way to compile using !latex -interaction=nonstopmode % but I would greatly appreciate if someone could tell me how to fix this. |