get_paper_latex
Fetch original LaTeX source for an arXiv paper, returning a bounded character range with caching for safe, efficient processing. Enables targeted reading without downloading full source repeatedly.
Instructions
Download, safely process, cache, and return bounded original LaTeX source. Use section tools for targeted reading.
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) | |
| 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 |