summaryrefslogtreecommitdiff
path: root/snippets/latex-mode/equation
blob: 139ff123111bc470ffc014ede194a337df06694e (plain)
1
2
3
4
5
6
7
# -*- mode: snippet -*-
# key: eq
# --
\begin{equation}
  $0
  \label{eq:$1}
\end{equation}