9 lines
184 B
Plaintext
9 lines
184 B
Plaintext
# -*- mode: snippet -*-
|
|
# contributor: Mads D. Kristensen <madsdk@gmail.com>
|
|
# key: eq
|
|
# group: math
|
|
# name: \begin{equation} ... \end{equation}
|
|
# --
|
|
\begin{equation}
|
|
$0
|
|
\end{equation} |