[Vim-latex-devel] Multiple file latex projects
Brought to you by:
srinathava,
tmaas
From: ahmet n. <ahm...@ya...> - 2007-08-29 13:36:13
|
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 |