dotfiles/.emacs.d/snippets/latex-mode/equation*
2020-12-30 12:28:30 +03:00

8 lines
No EOL
97 B
Text

# -*- mode: snippet -*-
# name: equation*
# key: eq*
# --
\begin{equation*}
$1
\end{equation*}
$0