diff --git a/my_snippets/tex.snippets b/my_snippets/tex.snippets index 189d9f9..fac3f3d 100644 --- a/my_snippets/tex.snippets +++ b/my_snippets/tex.snippets @@ -1,3 +1,9 @@ -snippet frac "Math fractions" -\frac{${1:NUM}}{${2:DEN}} $0 +snippet use "usepackage" b +\usepackage{${1:package}} +endsnippet + +snippet eqa "equation enviroment" b +\begin{equation}\label{$1} + $2 +\end{equation} endsnippet