Re: [Vim-latex-devel] beamer support

2013-06-21 Thread Rudra Banerjee
In support, if you mean, if it has any beamer template or key bindings for frame, frametitle etc. then it does not. You have to do it in generic way. But yes, I use it without problem. On Thu, 2013-06-20 at 22:26 -0400, Raphael Cervantes wrote: > Hi guys, > > Does vim-latex have support for beam

Re: [Vim-latex-devel] beamer support

2013-06-21 Thread Raniere Silva
Hi Rafael, > Does vim-latex have support for beamer? I searched but couldn't find any. What do you mean by support? AFAIK, Vim-latex haven't yet any template for beamer's environments. IMHO, it isn't need because it haven't many options. As Francesco, I used vim-latex with beamer some times wit

Re: [Vim-latex-devel] beamer support

2013-06-21 Thread Mike Richman
Hi Raphael, vim-latex doesn't have any extra support for beamer, but I've added the following mappings and customizations in ~/.vim/ftplugin/tex.vim to help with it: " mappings for frame, block, and columns environments call IMAP ('EBFE', s:undostring."\\begin{frame}\{<++>}\"

Re: [Vim-latex-devel] beamer support

2013-06-21 Thread Alessandro Pezzoni
On 21 June 2013 19:33, Mike Richman wrote: > " mappings for frame, block, and columns environments > call IMAP ('EBFE', s:undostring."\\begin{frame}\{<++>}\" > \ . "<++>\\\end{frame}<++>", 'tex') > call IMAP ('EBBL', s:undostring."\\begin{block}{<++>}\" >