list_paper_latex_sections
Retrieve a compact outline of an arXiv paper's LaTeX section headings. Pass a paper ID and optional start index to view the structure of specific sections.
Instructions
Return a compact outline of headings from original LaTeX source.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start | No | Zero-based section index (default 0) | |
| paper_id | Yes | Validated modern or legacy arXiv paper ID | |
| max_sections | No | Maximum headings to return (default 100) |