Indenting label in align environment

This commit is contained in:
Felix Jung 2014-04-30 10:14:49 +02:00
parent 0561ba640a
commit 18d24cbdf8

View File

@ -34,7 +34,7 @@ snippet center
# Align(ed) # Align(ed)
snippet ali snippet ali
\begin{align${1:ed}} \begin{align${1:ed}}
\label{eq:${2}} \label{eq:${2}}
${0} ${0}
\end{align$1} \end{align$1}
# Gather(ed) # Gather(ed)
@ -175,7 +175,7 @@ snippet index
#Citations #Citations
snippet citen snippet citen
\citen{${1}} ${0} \citen{${1}} ${0}
# bibtex commands # natbib citations
snippet citep snippet citep
\citep{${1}} ${0} \citep{${1}} ${0}
snippet citet snippet citet