doomconfig/snippets/latex-mode/table

18 lines
222 B
Plaintext
Raw Permalink Normal View History

2025-06-28 19:31:23 +02:00
# -*- 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}