Re: [Vim-latex-devel] Multiple file latex projects
Brought to you by:
srinathava,
tmaas
From: ahmet n. <ahm...@ya...> - 2007-08-30 14:44:38
|
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. ---------------------------------------------< It looks that When I compile "intro.tex" file, latex compiles "main.tex" but somehow the job is aborted. The output of ":cl" gives: E42:No Errors Regards, Ahmet --- 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/ |