Files
BZJZ_Material/文档润色流和知识库构建流/claude-scholar/skills/publication-chart-skill/examples/05-publication-table-from-excel.md
2026-06-11 03:33:14 +08:00

27 lines
940 B
Markdown

# Example 5 — Publication-ready LaTeX table from Excel
## User-style prompt
Convert this Excel benchmark sheet into a publication-ready LaTeX table and give me a preview path before I paste it into the paper.
## Expected skill interpretation
- artifact: table
- maturity: publication-ready generation
- structure: single table
- goal: exact benchmark values in LaTeX
## Preferred route
- primary tool: `pubtab`
- likely route: `xlsx2tex` + `preview`
- for a robust preview-first workflow, preview the table body first and keep final caption/label handling as a separate manuscript-facing step when needed
- `tabularray` only if the manuscript/backend requires it
## Minimum acceptable output shape
- provide the exact `pubtab` command or Python route
- include caption/label guidance when appropriate, but do not force them into the preview-first route
- include preview generation
- mention table width/span concerns if relevant