Generic for, alias and multi-line equation

For C, bash and LaTeX respectively.
This commit is contained in:
2018-01-31 00:03:56 -05:00
parent 59b7f07824
commit 1a28b4b93e
3 changed files with 15 additions and 0 deletions

7
texmath.snippets Normal file
View File

@@ -0,0 +1,7 @@
snippet eqs "Equation with split" b
\begin{equation*}
\begin{split}
$0
\end{split}
\end{equation*}
endsnippet