We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69cc1c1 commit 3cfb21aCopy full SHA for 3cfb21a
snippets/latex-mode/align
@@ -0,0 +1,7 @@
1
+# -*- mode: snippet -*-
2
+# name: align
3
+# key: ali
4
+# --
5
+\begin{align}
6
+\item $0
7
+\end{align}
snippets/latex-mode/equation
+# name: equation
+# key: eq
+\begin{equation}
+\end{equation}
0 commit comments