11 lines
286 B
Plaintext
11 lines
286 B
Plaintext
# -*- mode: snippet -*-
|
|
# contributor : Mads D. Kristensen <madsdk@gmail.com>
|
|
# key: tab
|
|
# name : table
|
|
# --
|
|
\begin{tabularx}{${3:format}}
|
|
$0
|
|
\end{tabularx}
|
|
\caption{${1:caption}}
|
|
\label{${2:"waiting for reftex-label call..."$(unless yas/modified-p (reftex-label nil 'dont-insert))}}
|