From 5063a02b5091aebe23070dfc78d9f5446e5a5914 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9?= Date: Mon, 17 Feb 2014 10:37:44 +0100 Subject: [PATCH] Remove space at end of \section --- UltiSnips/tex.snippets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UltiSnips/tex.snippets b/UltiSnips/tex.snippets index 97ea8a8..db53307 100644 --- a/UltiSnips/tex.snippets +++ b/UltiSnips/tex.snippets @@ -74,7 +74,7 @@ ${0} endsnippet snippet sec "Section" b -\section{${1:section name}} +\section{${1:section name}} \label{sec:${2:${1/\\\w+\{(.*?)\}|\\(.)|(\w+)|([^\w\\]+)/(?4:_:\L$1$2$3\E)/g}}} ${0}