.emacs.d/snippets/latex-mode/frame.yasnippet

10 lines
202 B
Plaintext
Raw Normal View History

2020-01-13 14:14:54 +00:00
# -*- mode: snippet -*-
# contributor: Claudio Marforio <marforio@gmail.com>
# key: frame
# group: environments
# name : \begin{frame} ... \end{frame}
# --
\begin{frame}{${1:Frame Title}}
\end{frame}