Hi all
I download a thesis template that contains more than one tex files. The
included Make file works well. I added a latexmain file to the folder
and tried to run \ll on the MyDissertation.tex in vim latex. It just
says run 1 time. No dvi or log file was created. Could you please walk
me thr
Yue-Jun --
[ on a slightly unrelated note, make sure your latexmain file is named
MyDissertation.latexmain ]
I suspect that LaTeX is not being run at all because it is not located
in a place where vim-latex expects it. Inside vim, try typing:
:!which latex
If latex is found in your PA
Well,
MyDissertation.tex.latexmain is in the folder. No problem.
:!which latex returns /usr/bin/latex indicating it works well. I tested a
simple multi-file latex projects. Everything runs perfectly.
\include is used in the main tex file (MyDissertation.tex).
Could you please try out the package