yasnippet/extras/imported/LaTeX-mode/Sectioning/\subsubsection .. (ssub).yasnippet
2009-08-29 17:59:02 +00:00

9 lines
287 B
Plaintext

# -*- mode: snippet -*-
# key: subs
# contributor: Translated from TextMate Snippet
# name: Sub Sub Section
# --
\subsubsection{${1:subsubsection name}} % (fold)
\label{ssub:${2:${1/\\\w+\{(.*?)\}|\\(.)|(\w+)|([^\w\\]+)/(?4:_:\L$1$2$3)/g}}}
`yas/selected-text`$0
% subsubsection $2 (end)