[Vim-latex-devel] The error occur when the template include \usepackage{unicode-math}

2011-03-30 Thread Zhou Yi Chao
Hi, everyone It seems that it is package.vim line 389 cause the problem. When \usepackage{unicode-math}, it will do "let g:Tex_unicode-math_options = .". But vim doesn't allow "-" in it variable name. So the error occurs. I'm not familiar with what is the role of g:Tex_unicode-math_options so

[Vim-latex-devel] "`o" doesn't produce \omiga

2011-03-30 Thread Zhou Yi Chao
"`o" doesn't produce \omiga. But I think it should. -- Create and publish websites with WebMatrix Use the most popular FREE web apps or write code yourself; WebMatrix provides all the features you need to develop and publ

Re: [Vim-latex-devel] "`o" doesn't produce \omiga

2011-03-30 Thread Mike Richman
I think it should too. I forget whether it does nothing or expands to something else by default, but I get \omega by placing the following in my ~/.vim/ftplugin/tex.vim: call IMAP (g:Tex_Leader . 'o', '\omega', 'tex') Hope this helps! -MIke Richman On Wed, Mar 30, 2011 at 10:51 AM, Zhou Yi Cha

Re: [Vim-latex-devel] "`o" doesn't produce \omiga

2011-03-30 Thread Kay Smarczewski
On Wed, Mar 30, 2011 at 4:51 PM, Zhou Yi Chao wrote: > "`o" doesn't produce \omiga. But I think it should. By default omega is mapped to "`w". Kind regards, -- Kay Smarczewski Web: http://www.smarczewski.de Tel.: +49 175 86 46 704 ---

Re: [Vim-latex-devel] "`o" doesn't produce \omiga

2011-03-30 Thread Mike Richman
Is that true? In latex-suite.txt, it says: NOTE: Over-riding Latex-Suite Macros -- If you wish to change these macros from their default values, for example, if you wish to change `w to expand to \omega instead of its default expansion to \wedge

Re: [Vim-latex-devel] "`o" doesn't produce \omiga

2011-03-30 Thread Kay Smarczewski
On Wed, Mar 30, 2011 at 6:31 PM, Mike Richman wrote: > Is that true?  In latex-suite.txt, it says: > > NOTE: Over-riding Latex-Suite Macros >      -- >      If you wish to change these macros from their default values, for > example, >      if you wish to change `w to