diff --git a/snippets/tex.snippets b/snippets/tex.snippets index db328e7..d48b263 100644 --- a/snippets/tex.snippets +++ b/snippets/tex.snippets @@ -270,3 +270,13 @@ snippet lst \end{listing} snippet lsi \lstinline|${1}| ${0} +# Hyperlinks +snippet url + \url{${1}} ${0} +snippet href + \href{${1}}{${2}} ${0} +# URL from Clipboard. +snippet urlc + \url{`@+`} ${0} +snippet hrefc + \href{`@+`}{${1}} ${0}