Add comment argument to cite snippet

This commit is contained in:
Sebastian Wiesner 2012-08-24 12:28:08 +02:00
parent 233e2d30d8
commit f5d6c75d48

View File

@ -146,9 +146,9 @@ snippet page
${1:page}~\pageref{${2}}${3}
snippet index
\index{${1:index}}${2}
#cite
#Citations
snippet cite
\cite{${1}}${2}
\cite[${1}]{${2}}${3}
#Formating text: italic, bold, underline, small capital, emphase ..
snippet it
\textit{${1:text}}