view vim/snippets/tex.snip @ 14:09c60bc0fc38

Add vim-textmanip for visual block dragging
author zegervdv <zegervdv@me.com>
date Mon, 10 Mar 2014 20:37:14 +0100
parents 36a9b3a28861
children 7dfc911400a3
line wrap: on
line source

# Latex Snippets

snippet     subfigure
abbr        subfigure
options     head
  \begin{subfigure}{0.5\textwidth}
    \centering
    \includegraphics[width=\textwidth]{${1:image}}
  \end{subfigure}

snippet     SI
abbr        SI
alias       \SI si
  $\SI{${1:value}}{${2:unit}}$