Merge pull request #316 from dakling/master

add equation and align (multiline equation environment)
This commit is contained in:
Andrea Crotti 2019-05-13 11:49:09 +01:00 committed by GitHub
commit 15e4b08f74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,7 @@
# -*- mode: snippet -*-
# name: align
# key: ali
# --
\begin{align}
\item $0
\end{align}

View File

@ -0,0 +1,7 @@
# -*- mode: snippet -*-
# name: equation
# key: eq
# --
\begin{equation}
\item $0
\end{equation}