Re: [Vim-latex-devel] question on multiple file latex project
Brought to you by:
srinathava,
tmaas
From: YueJun Y. <yj...@gm...> - 2009-11-01 19:31:09
|
I attached three tex files that I am trying to full around. When I 'll' on the main file, foo.tex. I got warnings as follows: || (./foo.aux (./c1.tex.aux) |15 warning| LaTeX Warning: Reference `fig:StLouisSA' on page 1 undefined on input line 15. || (./c1.tex.aux) (./sc2.aux)) | the figure is defined in c1.tex. Obviously this is because the files were not appropriately compiled. But I have no idea how to deal with this issue. Thanks a lot. On 11/01/2009 11:55 AM, Peter Bjørn Jørgensen wrote: > YueJun Yin wrote: >> Hi >> I am composing my thesis using vim-latex suite. Every time I use >> compile function, it only runs 1 time. I have a main file and several >> other files that are \include in the main file. I typed `ll' on the >> main file, it only runs 1 time. Could anybody help me on this issue? >> Thanks. >> > If you are using pdflatex for compilation you need to put: > let g:Tex_MultipleCompileFormats='pdf' > in your vimrc. -- Yue-Jun Yin (Eugene) PhD Candidate Civil& Environmental Engineering Dept. Michigan Tech University 1400 Townsend Dr. Houghton, MI 49931 USA phone:(908)998-2573 email:yu...@mt... http://www.cee.mtu.edu/~yuejuny/ |