Re: [Vim-latex-devel] Multiple file latex projects
Brought to you by:
srinathava,
tmaas
From: Aditya M. <ad...@um...> - 2007-08-30 15:42:33
|
On Thu, 30 Aug 2007, ahmet nurlu wrote: > Hi, > > "main.tex.mainlatex" was just a typo. The correct of > it is "main.tex.latexmain". > > I post the texput.log file below: > > ---------------------------------------------> > > This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6) > (format=latex 2007.8.4) 30 AUG 2007 17:20 > entering extended mode > Source specials enabled. > %&-line parsing enabled. > **main.tex > > ! Emergency stop. > <*> main.tex > > > *** (job aborted, file error in nonstop mode) > > > Here is how much of TeX's memory you used: > 3 strings out of 93924 > 111 string characters out of 1161648 > 47725 words of memory out of 1500000 > 3384 multiletter control sequences out of 10000+50000 > 3640 words of font info for 14 fonts, out of 1200000 > for 2000 > 759 hyphenation exceptions out of 8191 > 0i,0n,0p,1b,6s stack positions out of > 5000i,500n,6000p,200000b,5000s > No pages of output. You see, the error message itself contains no line numbers, so there is no way for vim-latex to take you to the correct line number. But something goes wrong in the file very early, no documentclass or packages are loaded. What happens when you compile main.tex on the command line. Can you post the contents of main.tex (either here, or maybe offlist). > ---------------------------------------------< > It looks that When I compile "intro.tex" file, latex > compiles "main.tex" but somehow the job is aborted. main.tex is compiled because of main.tex.latexmain. > > The output of ":cl" gives: > E42:No Errors This is because emergency stop is not captured by the errorformat. Maybe it can be added to it. Aditya > --- Aditya Mahajan <ad...@um...> wrote: > >> On Wed, 29 Aug 2007, ahmet nurlu wrote: >> >>> I recently have a problem with multiple file latex >>> projects. It was not happening before and has >> appeared >>> suddenly. My directory layout such as the >> following: >>> ------------------------------------ >>> thesis/ >>> main.tex >>> main.tex.mainlatex >> ^^^^^^^^^^^ >> >> This should be main.tex.latexmain >> >>> intro/ >>> intro.tex >>> --------------------------------- >>> and my main.tex look like: >>> >>> documentclass{book} >>> \begin{document} >>> \input{intro/intro.tex} >>> \end{document} >>> >>> When I go to the directory "intro"and I open >>> intro.tex. >>> My intro.tex file looks like: >>> --------------------> >>> \chapter{try} >>> this a try >>> ----------------------< >>> >>> When I compile it(\ll), I get some errors as the >>> following: >>> -----------------------------> >>> Error detected while processing function >>> Tex_RunLaTeX..Tex_SetupErrorWindow..Tex >>> _GotoErrorLocation: >>> line 5: >>> E42: No Errors >>> ------------------------------< >> >> What is the output of :cl >> >> What does the log file (main.log or intro.log) say? >> >> Aditya >> >> > ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Splunk Inc. >> Still grepping through log files to find problems? >> Stop. >> Now Search log events and configuration files using >> AJAX and a browser. >> Download your FREE copy of Splunk now >> >> http://get.splunk.com/ >> _______________________________________________ >> Vim-latex-devel mailing list >> Vim...@li... >> > https://lists.sourceforge.net/lists/listinfo/vim-latex-devel >> > > > > ____________________________________________________________________________________ > Choose the right car based on your needs. Check out Yahoo! Autos new Car Finder tool. > http://autos.yahoo.com/carfinder/ > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Vim-latex-devel mailing list > Vim...@li... > https://lists.sourceforge.net/lists/listinfo/vim-latex-devel > > > -- Aditya Mahajan | EECS Systems, University of Michigan http://www.eecs.umich.edu/~adityam | Ph: 734.262.4008 |