doomconfig/snippets/latex-mode/table

18 lines
222 B
Plaintext

# -*- mode: snippet -*-
# name: table
# key: table
# condition: t
# --
\begin{table}[H]
\centering
\caption{$2}
\begin{tabular}{lr}
\toprule
\midrule
\bottomrule
\end{tabular}
\label{tab:$3}
\end{table}