summaryrefslogtreecommitdiff
path: root/.emacs.d/snippets/latex-mode/equation
blob: c58335f228f3bc6a03b40de734fcf60b2c46b243 (plain)
1
2
3
4
5
6
7
# -*- mode: snippet -*-
# name: Insert equation* environment
# key: @eq
# --
\begin{equation*}
  $0
\end{equation*}