Merge pull request #129 from lunaryorn/tex-improve-citation-snippets

Improve tex citation snippets
This commit is contained in:
Honza Pokorny 2012-08-24 04:33:46 -07:00
commit 473071c3a1

View File

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