mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 19:23:03 +03:00
15 lines
261 B
Text
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}
|