I've got the following setup (simplified)
.
..
main.tex
chap1/
chap1.tex
When editing main.tex, \ll works fine, everything comes out correct.
When editing chap1.tex, \ll gives the following.
|| I can't find file `main.tex'. main.tex
|| Emergency stop.
There is no main.log, only a chap1.log in the chap1/ folder. I conclude that latexsuite is trying to compile inside the chap1/ folder. My CompileRule is as follows:-
g:Tex_CompileRule_dvi latex -interaction=nonstopmode --src-specials $*
Please advise what else I can do to check this. Am using 64-bit Arch Linux, am using svn revision 1115 with vim 7.3.102
|