comparison vim/snippets/tex.snip @ 0:36a9b3a28861

Add all dotfiles
author zegervdv <zegervdv@me.com>
date Sun, 23 Feb 2014 17:20:32 +0100
parents
children 7dfc911400a3
comparison
equal deleted inserted replaced
-1:000000000000 0:36a9b3a28861
1 # Latex Snippets
2
3 snippet subfigure
4 abbr subfigure
5 options head
6 \begin{subfigure}{0.5\textwidth}
7 \centering
8 \includegraphics[width=\textwidth]{${1:image}}
9 \end{subfigure}
10
11 snippet SI
12 abbr SI
13 alias \SI si
14 $\SI{${1:value}}{${2:unit}}$