Hello Again, I have no problem latexing "main.latex" inside the "thesis" directory. I paste the "main.log" file.
-----------------------------------------> This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6) (format=latex 2007.8.4) 30 AUG 2007 21:04 entering extended mode %&-line parsing enabled. **main.tex (./main.tex LaTeX2e <2005/12/01> Babel <v3.8h> and hyphenation patterns for english, usenglishmax, dumylang, noh yphenation, croatian, bulgarian, russian, ukrainian, czech, slovak, danish, dut ch, finnish, finnish, french, basque, french, german, ngerman, german, ngerman, greek, monogreek, ancientgreek, ibycus, hungarian, hungarian, italian, italian , latin, latin, mongolian, mongolian, norsk, norsk, coptic, esperanto, estonian , icelandic, indonesian, interlingua, romanian, serbian, slovenian, turkish, up persorbian, welsh, polish, polish, portuguese, portuguese, spanish, catalan, ga lician, spanish, catalan, galician, swedish, swedish, ukenglish, ukenglish, loa ded. (/usr/share/texmf-texlive/tex/latex/base/book.cls Document Class: book 2005/09/16 v1.4f Standard LaTeX document class (/usr/share/texmf-texlive/tex/latex/base/bk10.clo File: bk10.clo 2005/09/16 v1.4f Standard LaTeX file (size option) ) [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] \abovecaptionskip=\skip41 \belowcaptionskip=\skip42 \bibindent=\dimen102 ) (./main.aux) \openout1 = `main.aux'. LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 2. LaTeX Font Info: ... okay on input line 2. LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 2. LaTeX Font Info: ... okay on input line 2. LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 2. LaTeX Font Info: ... okay on input line 2. LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 2. LaTeX Font Info: ... okay on input line 2. LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 2. LaTeX Font Info: ... okay on input line 2. LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 2. LaTeX Font Info: ... okay on input line 2. (./intro/intro.tex Chapter 1. ) [1 ] (./main.aux) ) Here is how much of TeX's memory you used: 233 strings out of 93924 2441 string characters out of 1161648 48030 words of memory out of 1500000 3593 multiletter control sequences out of 10000+50000 4553 words of font info for 17 fonts, out of 1200000 for 2000 759 hyphenation exceptions out of 8191 23i,4n,17p,134b,123s stack positions out of 5000i,500n,6000p,200000b,5000s Output written on main.dvi (1 page, 356 bytes). --------------------------------------------------< My directory structure as the following: \home\ahmet\thesis\ main.tex main.tex.latexmain \home\ahmet\thesis\intro intro.tex The strange thing is that when I move "intro.tex" into the "thesis directory" in which "main.tex" and "main.tex.latexmain" resides, I can compile "intro.tex" by using "ll" command. "intro.tex" has no diffuculty to find "main.tex.latexmain" if they share the same directory. But the problem arises when I move "intro.tex" into "intro" directory(one level below from "thesis" directory. --- Aditya Mahajan <[EMAIL PROTECTED]> wrote: > 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 <[EMAIL PROTECTED]> 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-latex-devel@lists.sourceforge.net > >> > > > 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-latex-devel@lists.sourceforge.net > > > 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 > > ------------------------------------------------------------------------- > 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-latex-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/vim-latex-devel > ____________________________________________________________________________________ Yahoo! oneSearch: Finally, mobile search that gives answers, not web links. http://mobile.yahoo.com/mobileweb/onesearch?refer=1ONXIC ------------------------------------------------------------------------- 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-latex-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/vim-latex-devel