We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c1fadf commit 56324b8Copy full SHA for 56324b8
snippets/tex.snippets
@@ -34,6 +34,7 @@ snippet center
34
# Align(ed)
35
snippet ali
36
\begin{align${1:ed}}
37
+ \label{eq:${2}}
38
${0}
39
\end{align$1}
40
# Gather(ed)
@@ -44,6 +45,7 @@ snippet gat
44
45
# Equation
46
snippet eq
47
\begin{equation}
48
49
50
\end{equation}
51
@@ -61,6 +63,9 @@ snippet eqnarray
61
63
\begin{eqnarray}
62
64
65
\end{eqnarray}
66
+# Label
67
+snippet lab
68
+ \label{${1:eq:}${2:fig:}${3:tab:}${0}}
69
# Enumerate
70
snippet enum
71
\begin{enumerate}
0 commit comments