UltiSnips/PySnippets/tex.snippets

21 lines
494 B
Plaintext
Raw Normal View History

2009-07-06 05:35:53 -04:00
###########################################################################
# LATEX SNIPPETS #
###########################################################################
snippet sec
\section{${1:section name}}
\label{sec:${2:${1/\\\w+\{(.*?)\}|\\(.)|(\w+)|([^\w\\]+)/(?4:_:\L$1$2$3\E)/g}}}
2009-07-06 05:35:53 -04:00
${0}
% section $2 (end)
2009-07-06 05:35:53 -04:00
endsnippet
snippet r "\ref{}"
\ref{$1}
endsnippet
2009-07-06 05:35:53 -04:00
#####################
# TEXTMATE SNIPPETS #
#####################