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.
2 parents 69cc1c1 + 3cfb21a commit 15e4b08Copy full SHA for 15e4b08
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