.emacs.d/snippets/latex-mode/tabularx

9 lines
134 B

# -*- mode: snippet -*-
# name: tabularx
# key: tabx
# --
\begin{tabularx}{\textwidth}{${1:|c|}}
\hline
$0
\hline
\end{tabularx}