Skip to content

Commit 18d24cb

Browse files
author
Felix Jung
committedApr 30, 2014
Indenting label in align environment
1 parent 0561ba6 commit 18d24cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎snippets/tex.snippets

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ snippet center
3434
# Align(ed)
3535
snippet ali
3636
\begin{align${1:ed}}
37-
\label{eq:${2}}
37+
\label{eq:${2}}
3838
${0}
3939
\end{align$1}
4040
# Gather(ed)
@@ -175,7 +175,7 @@ snippet index
175175
#Citations
176176
snippet citen
177177
\citen{${1}} ${0}
178-
# bibtex commands
178+
# natbib citations
179179
snippet citep
180180
\citep{${1}} ${0}
181181
snippet citet

0 commit comments

Comments
 (0)