Skip to main content

LaTeX Table Generator

Visual builder for publication-quality booktabs LaTeX tables

All Data & Figures
3
\begin{table}[htbp]
  \centering
  \caption{Table caption here}
  \begin{tabular}{l c c}
    \toprule
    \textbf{Header 1} & \textbf{Header 2} & \textbf{Header 3} \\
    \midrule
     &  &  \\
     &  &  \\
    \bottomrule
  \end{tabular}
  \label{tab:label}
\end{table}

Requires \usepackagebooktabs in your preamble.