From f5d6c75d482a650e17c432ea278265ced36186a3 Mon Sep 17 00:00:00 2001 From: Sebastian Wiesner Date: Fri, 24 Aug 2012 12:28:08 +0200 Subject: [PATCH 1/2] Add comment argument to cite snippet --- snippets/tex.snippets | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/snippets/tex.snippets b/snippets/tex.snippets index 511a4c9..34893f5 100644 --- a/snippets/tex.snippets +++ b/snippets/tex.snippets @@ -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}} From 494243d248a500bb703ac8e6bb749c700ec5f2a7 Mon Sep 17 00:00:00 2001 From: Sebastian Wiesner Date: Fri, 24 Aug 2012 12:32:36 +0200 Subject: [PATCH 2/2] Add snippet for footnote citations with biblatex --- snippets/tex.snippets | 2 ++ 1 file changed, 2 insertions(+) diff --git a/snippets/tex.snippets b/snippets/tex.snippets index 34893f5..6631c02 100644 --- a/snippets/tex.snippets +++ b/snippets/tex.snippets @@ -149,6 +149,8 @@ snippet index #Citations snippet cite \cite[${1}]{${2}}${3} +snippet fcite + \footcite[${1}]{${2}}${3} #Formating text: italic, bold, underline, small capital, emphase .. snippet it \textit{${1:text}}