Files
linux-config/texmath.snippets
Kevin Mok 872f0e5e0e Generic for, alias and multi-line equation
For C, bash and LaTeX respectively.
2018-01-31 00:03:56 -05:00

8 lines
114 B
Plaintext

snippet eqs "Equation with split" b
\begin{equation*}
\begin{split}
$0
\end{split}
\end{equation*}
endsnippet