mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 19:23:03 +03:00
8 lines
No EOL
97 B
Text
8 lines
No EOL
97 B
Text
# -*- mode: snippet -*-
|
|
# name: equation*
|
|
# key: eq*
|
|
# --
|
|
\begin{equation*}
|
|
$1
|
|
\end{equation*}
|
|
$0 |