Re: [Vim-latex-devel] help for this latex project

2009-12-07 Thread YueJun Yin
Mike Thank you. It is awesome. It remove Makefile from the folder and found \ll works. Got the same problems as what you got. As I mentioned in the original email, Makefile works well in the shell. On 12/06/2009 10:06 PM, Mike Richman wrote: > Yue-Jun, > > I don't know if this will be very helpfu

Re: [Vim-latex-devel] help for this latex project

2009-12-07 Thread Cédric Boutillier
Hi! I tried the files you indicated. I also got no result by typing \ll from vim. But then I noticed in the terminal the following message: make: *** No rule to make target `dvi'. Stop. It seems that vim-latex detects the presence of the Makefile, and looks for a rule "dvi" whenever it is asked

Re: [Vim-latex-devel] help for this latex project

2009-12-07 Thread YueJun Yin
Thanks a lot. I have no idea with makefile. I just delete it from the folder and it works now. Yet I have warning: Font shape `U/lasy/m/n' in size <5.47603> not available Font shape `U/lasy/m/n' in size <4.44003> not available Any idea? On 12/07/2009 03:57 AM, Cédric Boutillier wrote: > Hi! > > I

Re: [Vim-latex-devel] help for this latex project

2009-12-07 Thread Cédric Boutillier
On Mon, Dec 07, 2009 at 04:58:50AM -0600, YueJun Yin wrote: > Yet I have warning: > Font shape `U/lasy/m/n' in size <5.47603> not available > Font shape `U/lasy/m/n' in size <4.44003> not available > Any idea? Maybe http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fontunavail will give you

Re: [Vim-latex-devel] help for this latex project

2009-12-07 Thread Ted Pavlic
You most likely need not worry about that error. Those errors occur when you (for example) try to generate a font shape with macros like \emph{} and \textbf{} in a context where those modifiers don't exist. For example, your dissertation class might use a fancy font for the section titles. That