On Mon, 2011-02-14 at 15:13 +0800, Ng Oon-Ee wrote:
> 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
>
Sorry, I got contacted off-list, just to confirm, I do have
main.tex.latexmain as per the wiki in the root directory. That's why the
error refers to 'main.tex' rather than 'chap1.tex'
|