Skip to content

Commit

Permalink
Merge pull request honza#309 from Reen/master
Browse files Browse the repository at this point in the history
UltiSnips/tex: Remove space at end of \section
  • Loading branch information
SirVer committed Feb 17, 2014
2 parents a7b6109 + 5063a02 commit 736cdf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UltiSnips/tex.snippets
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 736cdf0

Please sign in to comment.