Re: [Vim-latex-devel] Multiple file latex projects
Brought to you by:
srinathava,
tmaas
From: Aditya M. <ad...@um...> - 2007-08-29 15:47:34
|
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 |