Merge pull request #316 from dakling/master
add equation and align (multiline equation environment)
This commit is contained in:
commit
15e4b08f74
2 changed files with 14 additions and 0 deletions
7
snippets/latex-mode/align
Normal file
7
snippets/latex-mode/align
Normal file
|
@ -0,0 +1,7 @@
|
|||
# -*- mode: snippet -*-
|
||||
# name: align
|
||||
# key: ali
|
||||
# --
|
||||
\begin{align}
|
||||
\item $0
|
||||
\end{align}
|
7
snippets/latex-mode/equation
Normal file
7
snippets/latex-mode/equation
Normal file
|
@ -0,0 +1,7 @@
|
|||
# -*- mode: snippet -*-
|
||||
# name: equation
|
||||
# key: eq
|
||||
# --
|
||||
\begin{equation}
|
||||
\item $0
|
||||
\end{equation}
|
Loading…
Reference in a new issue