[Vim-latex-devel] Folding for latex-beamer
Brought to you by:
srinathava,
tmaas
From: Denilson F. de Sá <den...@gm...> - 2011-10-27 03:01:33
|
It would be nice to add folding for Beamer right out of the box. Not just that, but the folding should show the frame name. I've already added ",frame" to g:Tex_FoldedEnvironments, but the result is not good. The folding does not show the frame name, which results in a bunch of foldings that look all alike. Beamer frames look like this: \begin{frame}{Frame name} This is a slide in Beamer. \end{frame} \begin{frame}[fragile]{Another frame} It is great for making presentations. \end{frame} There seems to be other alternate syntaxes (but the above one is enough for me). Look here for more examples: http://en.wikibooks.org/wiki/LaTeX/Presentations (BTW, if someone replies to the list, please also add me to CC) -- Denilson Figueiredo de Sá Rio de Janeiro - Brasil |