Skip to content

Commit

Permalink
Indenting label in align environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Jung committed Apr 30, 2014
1 parent 0561ba6 commit 18d24cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snippets/tex.snippets
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ snippet center
# Align(ed)
snippet ali
\begin{align${1:ed}}
\label{eq:${2}}
\label{eq:${2}}
${0}
\end{align$1}
# Gather(ed)
Expand Down Expand Up @@ -175,7 +175,7 @@ snippet index
#Citations
snippet citen
\citen{${1}} ${0}
# bibtex commands
# natbib citations
snippet citep
\citep{${1}} ${0}
snippet citet
Expand Down

0 comments on commit 18d24cb

Please sign in to comment.