Files
.emacs.d/snippets/latex-mode/frame.yasnippet
Zelong Kuang 753ea5ea48 Update
2025-12-14 09:04:11 +11:00

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}