comparison vim/snippets/tex.snip @ 30:7dfc911400a3

Add snippets for frames (Beamer)
author zegervdv <zegervdv@me.com>
date Tue, 01 Apr 2014 20:50:06 +0200
parents 36a9b3a28861
children 6b18003ca702
comparison
equal deleted inserted replaced
29:599325301323 30:7dfc911400a3
10 10
11 snippet SI 11 snippet SI
12 abbr SI 12 abbr SI
13 alias \SI si 13 alias \SI si
14 $\SI{${1:value}}{${2:unit}}$ 14 $\SI{${1:value}}{${2:unit}}$
15
16 snippet frame
17 abbr frame
18 options head
19 \begin{frame}
20 \frametitle{${1:title}}
21 ${2:content}
22 \end{frame}
23
24 snippet toc
25 abbr table of contents
26 options head
27 \tableofcontents[currentsection]