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 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 ------------------------------< I am using recent version TexLive and vim7.1.56 in Debian/testing. Any idea? thanks, Ahmet ____________________________________________________________________________________ Sick sense of humor? Visit Yahoo! TV's Comedy with an Edge to see what's on, when. http://tv.yahoo.com/collections/222 ------------------------------------------------------------------------- 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