Free tool

LaTeX table generator

Fill in the grid, pick alignments, and copy publication-readytabular code with proper booktabs rules. Runs entirely in your browser; nothing is uploaded.

Table editor3 x 3
LaTeX output
\begin{table}[htbp]
  \centering
  \begin{tabular}{lcc}
    \toprule
    Method & Metric A & Metric B \\
    \midrule
    Baseline & 0.71 & 0.64 \\
    Ours & 0.83 & 0.79 \\
    \bottomrule
  \end{tabular}
\end{table}

Requires \usepackage{booktabs} in your preamble.

Why booktabs

Rules, not grids

Professional tables use three horizontal rules (\toprule,\midrule, \bottomrule) and no vertical lines. That is what journals typeset and what this generator produces by default; the plain\hline style is one toggle away when a class requires it.

Working on a full paper? The Oleafly desktop app compiles as you type, catches overfull tables in preflight, and lets AI restructure a table from a plain-language instruction.

Generate tables here. Keep them in Git there.

In Oleafly, /table inserts a booktabs-ready table from a slash command, Preflight catches overfull boxes before reviewers do, and AI can restructure a table from a plain-language instruction, behind an approval diff.

macOS · Windows · Linux · no account, no telemetry