unix-conf/.emacs.d/snippets/latex-mode/array.yasnippet

10 lines
192 B
Plaintext
Raw Normal View History

2019-08-19 15:13:14 +00:00
# -*- mode: snippet -*-
# contributor : Peter Urbak <peter@dragonwasrobot.com>
# key : arr
# group: environments
# name : \begin{array} ... \end{array}
# --
\begin{array}{$1}
$0
\end{array}