view vim/snippets/tex.snip @ 5:8975f7375c41

Use ag with ctrl-p
author zegervdv <zegervdv@me.com>
date Sun, 23 Feb 2014 18:18:15 +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}}$