Generic for, alias and multi-line equation
For C, bash and LaTeX respectively.
This commit is contained in:
7
texmath.snippets
Normal file
7
texmath.snippets
Normal file
@@ -0,0 +1,7 @@
|
||||
snippet eqs "Equation with split" b
|
||||
\begin{equation*}
|
||||
\begin{split}
|
||||
$0
|
||||
\end{split}
|
||||
\end{equation*}
|
||||
endsnippet
|
||||
Reference in New Issue
Block a user