Skip to main content

LaTeX Ampersand Automator

Convert CSV to LaTeX table — generate tabular and bmatrix from spreadsheet data

All Academic Writing
CSV / TSV input
LaTeX output
Output will appear here…
How it works

Parses comma-separated or tab-separated input and emits a LaTeX table or matrix environment. Special LaTeX characters (& % $ # _ ^ { } ~ \) in cell values are escaped automatically.

tabular / array — column spec is generated from the alignment option. The booktabs option uses \toprule, \midrule, \bottomrule instead of \hline.

bmatrix / pmatrix — produces a math-mode matrix; wrap in \[ … \] or an equation environment.