Tables

Use the AI assistant to quickly create LaTeX tables of various formats, from basic data tables to standard academic booktabs tables.

Basic Data Table
Basic Data Table
In the experiments section of @main.tex, add a table with Method/Accuracy/F1-score columns, with 3 rows of sample data
Booktabs Table

Standard academic table format; requires \usepackage{booktabs}

Booktabs Table
In @main.tex, add a booktabs table (using the booktabs package) showing performance comparison of different models, with Model Name/Parameters/Accuracy/Inference Time columns

Standard academic table format; requires \usepackage{booktabs}

Multicolumn Table
Multicolumn Table
In @main.tex, create an experiment results table with the first row using multicolumn to merge cells as a category header

Related Documents