# -*- 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}