Skip to content

Commit

Permalink
Remove space at end of \section
Browse files Browse the repository at this point in the history
  • Loading branch information
Reen committed Feb 17, 2014
1 parent a7b6109 commit 5063a02
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 5063a02

Please sign in to comment.