UltiSnips/PySnippets/tex.snippets

20 lines
487 B
Plaintext
Raw Normal View History

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