10 lines
226 B
Plaintext
10 lines
226 B
Plaintext
|
|
# -*- mode: snippet -*-
|
||
|
|
# contributor: Claudio Marforio <marforio@gmail.com>
|
||
|
|
# key: frame
|
||
|
|
# group: environments
|
||
|
|
# name : \begin{frame} ... \end{frame}
|
||
|
|
# --
|
||
|
|
\begin{frame}{${1:Frame Title$(capitalize yas-text)}}
|
||
|
|
$0
|
||
|
|
\end{frame}
|