Loading...
Loading...
Generate publication-quality LaTeX tables from experimental results. Convert JSON/CSV data to booktabs-styled tables with bold best results, multi-row layouts, and proper captions. Use when creating result tables, comparison tables, or ablation tables for papers.
npx skill4agent add lingzhi227/agent-research-skills table-generation$0comparisonablationdescriptivecustom$1python ~/.claude/skills/table-generation/scripts/results_to_table.py \
--input results.json --type comparison \
--bold-best max --caption "Performance comparison" \
--label tab:main_resultscomparisonablationdescriptivemulti-dataset--type multi-dataset--significance--underline-second~/.claude/skills/table-generation/references/table-templates.mdcomparison\multirowablationdescriptivecustom\usepackage{booktabs} % \toprule, \midrule, \bottomrule
\usepackage{multirow} % \multirow
\usepackage{multicol} % multi-column layouts
\usepackage{threeparttable} % table notesbooktabs\toprule\midrule\bottomrule\caption{}\label{tab:...}\textbf{}threeparttablelcr$\pm$\underline{}table*