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