Mercurial > dotfiles.old
view vim/snippets/tex.snip @ 20:3697a3b250ea
Update plugins
Keep Ack.vim at older version to suppress warnings
author | zegervdv <zegervdv@me.com> |
---|---|
date | Sun, 16 Mar 2014 10:47:25 +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}}$