dotfiles/.emacs.d/snippets/latex-mode/org-latex-table
2020-12-30 12:28:30 +03:00

15 lines
261 B
Text

# -*- mode: snippet -*-
# name: org-latex-table
# key: otab
# --
\begin{table}[h]
% BEGIN RECEIVE ORGTBL $1
% END RECEIVE ORGTBL $1
\caption{$2}%
\label{tab:$1}
\end{table}
\begin{comment}
#+ORGTBL: SEND $1 orgtbl-to-latex :booktabs t
$0
\end{comment}