Re: [Vim-latex-devel] Tex_RunLaTeX() does not compile new dvi

2007-11-13 Thread Thomi Dammann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David Richfield wrote: > On Nov 12, 2007 5:26 PM, Thomi Dammann <[EMAIL PROTECTED]> > wrote: >> >> David Richfield wrote: This works correctly, I'm getting latex -interaction=nonstopmode $* >>> If this isn't a typo, it might be your problem.

Re: [Vim-latex-devel] Tex_RunLaTeX() does not compile new dvi

2007-11-13 Thread Kai Lessmann
Hi David. Sorry about the confusion. I had removed part of the FAQ to keep my posting short, so when I said > 1.What does :echo Tex_CompileRule_dvi say? > This works correctly, I'm getting >latex -interaction=nonstopmode $* I meant by "this works correctly" that "latex -interaction=nonstop

Re: [Vim-latex-devel] Tex_RunLaTeX() does not compile new dvi

2007-11-13 Thread David Richfield
[$* in latex-suite]: OK, I never noticed this before! -- David Richfield e^(πi)+1=0 - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configur

[Vim-latex-devel] Syntax highlighting

2007-11-13 Thread Peter Meier
Hello, I want to customize the syntax highlighting by adding a couple of new commands. I tried to adept some of the current files, but I couldn't get it working. e.g. The content(##) of the command \review{##} should be highlight with texTodo. Can anyone give me some hints? Thanks Peter --