Skip to content

Commit 5063a02

Browse files
committed
Remove space at end of \section
1 parent a7b6109 commit 5063a02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: UltiSnips/tex.snippets

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ ${0}
7474
endsnippet
7575

7676
snippet sec "Section" b
77-
\section{${1:section name}}
77+
\section{${1:section name}}
7878
\label{sec:${2:${1/\\\w+\{(.*?)\}|\\(.)|(\w+)|([^\w\\]+)/(?4:_:\L$1$2$3\E)/g}}}
7979

8080
${0}

0 commit comments

Comments
 (0)