Thread: [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. |
From: Julia A. <jul...@gm...> - 2009-02-11 00:01:16
|
I hadn't thought of that, but unfortunately, I wasn't using a makefile, the file I'm currently working with is very bare bones. Any other ideas? On Tue, Feb 10, 2009 at 3:19 PM, Mirko Hessel-von Molo < mi...@ma...> wrote: > On Tue, 10 Feb 2009, Julia Albath wrote: > > 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. >> > > Do you maybe use a makefile which somehow refers to journalECDS.tex? > I once had a similar problem where I copied and edited a makefile from an > earlier project, but overlooked one rule -- that took me ages to figure > out... > > Mirko > |
From: Julien C. <jul...@gm...> - 2009-02-11 08:52:33
|
Hi Julia This is a naive idea, but the first that crosses my mind : have you checked for the existence of a trailing journalECDS.tex.latexmain which would be situated anywhere in the parents folders of the file you're currently trying to compile ? (maybe in the root of your home) See http://vim-latex.sourceforge.net/documentation/latex-suite/latex-project.html#latex-project-example Best, Julien On Wed, Feb 11, 2009 at 1:01 AM, Julia Albath <jul...@gm...>wrote: > I hadn't thought of that, but unfortunately, I wasn't using a makefile, the > file I'm currently working with is very bare bones. > > Any other ideas? > > On Tue, Feb 10, 2009 at 3:19 PM, Mirko Hessel-von Molo < > mi...@ma...> wrote: > >> On Tue, 10 Feb 2009, Julia Albath wrote: >> >> 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. >>> >> >> Do you maybe use a makefile which somehow refers to journalECDS.tex? >> I once had a similar problem where I copied and edited a makefile from an >> earlier project, but overlooked one rule -- that took me ages to figure >> out... >> >> Mirko >> > > > > ------------------------------------------------------------------------------ > Create and Deploy Rich Internet Apps outside the browser with > Adobe(R)AIR(TM) > software. With Adobe AIR, Ajax developers can use existing skills and code > to > build responsive, highly engaging applications that combine the power of > local > resources and data with the reach of the web. Download the Adobe AIR SDK > and > Ajax docs to start building applications today- > http://p.sf.net/sfu/adobe-com > _______________________________________________ > Vim-latex-devel mailing list > Vim...@li... > https://lists.sourceforge.net/lists/listinfo/vim-latex-devel > > |
From: Julia A. <jul...@gm...> - 2009-02-11 15:48:59
|
That did it. there was a journalECDS.tex.latexmain hanging around my home folder, several levels above my current working dir. Thanks for the help. On Wed, Feb 11, 2009 at 2:52 AM, Julien Cornebise < jul...@gm...> wrote: > Hi Julia > > This is a naive idea, but the first that crosses my mind : have you checked > for the existence of a trailing journalECDS.tex.latexmain which would be > situated anywhere in the parents folders of the file you're currently trying > to compile ? (maybe in the root of your home) > See > http://vim-latex.sourceforge.net/documentation/latex-suite/latex-project.html#latex-project-example > > Best, > > Julien > > On Wed, Feb 11, 2009 at 1:01 AM, Julia Albath <jul...@gm...>wrote: > >> I hadn't thought of that, but unfortunately, I wasn't using a makefile, >> the file I'm currently working with is very bare bones. >> >> Any other ideas? >> >> On Tue, Feb 10, 2009 at 3:19 PM, Mirko Hessel-von Molo < >> mi...@ma...> wrote: >> >>> On Tue, 10 Feb 2009, Julia Albath wrote: >>> >>> 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. >>>> >>> >>> Do you maybe use a makefile which somehow refers to journalECDS.tex? >>> I once had a similar problem where I copied and edited a makefile from an >>> earlier project, but overlooked one rule -- that took me ages to figure >>> out... >>> >>> Mirko >>> >> >> >> >> ------------------------------------------------------------------------------ >> Create and Deploy Rich Internet Apps outside the browser with >> Adobe(R)AIR(TM) >> software. With Adobe AIR, Ajax developers can use existing skills and code >> to >> build responsive, highly engaging applications that combine the power of >> local >> resources and data with the reach of the web. Download the Adobe AIR SDK >> and >> Ajax docs to start building applications today- >> http://p.sf.net/sfu/adobe-com >> _______________________________________________ >> Vim-latex-devel mailing list >> Vim...@li... >> https://lists.sourceforge.net/lists/listinfo/vim-latex-devel >> >> > |
From: Julien C. <jul...@gm...> - 2009-02-11 15:50:42
|
Glad to help :) Julien On Wed, Feb 11, 2009 at 4:48 PM, Julia Albath <jul...@gm...> wrote: > That did it. there was a journalECDS.tex.latexmain hanging around my home > folder, several levels above my current working dir. Thanks for the help. > > On Wed, Feb 11, 2009 at 2:52 AM, Julien Cornebise > <jul...@gm...> wrote: >> >> Hi Julia >> >> This is a naive idea, but the first that crosses my mind : have you >> checked for the existence of a trailing journalECDS.tex.latexmain which >> would be situated anywhere in the parents folders of the file you're >> currently trying to compile ? (maybe in the root of your home) >> See >> http://vim-latex.sourceforge.net/documentation/latex-suite/latex-project.html#latex-project-example >> >> Best, >> >> Julien >> >> On Wed, Feb 11, 2009 at 1:01 AM, Julia Albath <jul...@gm...> >> wrote: >>> >>> I hadn't thought of that, but unfortunately, I wasn't using a makefile, >>> the file I'm currently working with is very bare bones. >>> >>> Any other ideas? >>> >>> On Tue, Feb 10, 2009 at 3:19 PM, Mirko Hessel-von Molo >>> <mi...@ma...> wrote: >>>> >>>> On Tue, 10 Feb 2009, Julia Albath wrote: >>>> >>>>> 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. >>>> >>>> Do you maybe use a makefile which somehow refers to journalECDS.tex? >>>> I once had a similar problem where I copied and edited a makefile from >>>> an >>>> earlier project, but overlooked one rule -- that took me ages to figure >>>> out... >>>> >>>> Mirko >>> >>> >>> >>> ------------------------------------------------------------------------------ >>> Create and Deploy Rich Internet Apps outside the browser with >>> Adobe(R)AIR(TM) >>> software. With Adobe AIR, Ajax developers can use existing skills and >>> code to >>> build responsive, highly engaging applications that combine the power of >>> local >>> resources and data with the reach of the web. Download the Adobe AIR SDK >>> and >>> Ajax docs to start building applications >>> today-http://p.sf.net/sfu/adobe-com >>> _______________________________________________ >>> Vim-latex-devel mailing list >>> Vim...@li... >>> https://lists.sourceforge.net/lists/listinfo/vim-latex-devel >>> >> > > |