mirror of
https://github.com/foo-dogsquared/dotfiles.git
synced 2025-01-31 04:57:57 +00:00
9 lines
112 B
Plaintext
9 lines
112 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: \equation
|
|
# key: eq
|
|
# --
|
|
\begin{equation}
|
|
\label{math!$1}
|
|
$2
|
|
\end{equation}
|