get_paper_latex_section
Retrieve a bounded LaTeX section from an arXiv paper by its outline ID or title, with optional character limits.
Instructions
Return one bounded LaTeX section by outline ID or title (whitespace/case normalized; macros expanded).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start | No | Zero-based character offset within this source or section | |
| paper_id | Yes | Validated modern or legacy arXiv paper ID | |
| max_chars | No | Maximum source characters to return (default 12000) | |
| section_id | Yes | Section ID from list_paper_latex_sections or section title | |
| return_full_text | No | Set true to opt out of the bounded default and return the entire remaining source or section from start in one call |