render_batch_cached
Render multiple LaTeX equations efficiently by caching unchanged content to avoid redundant processing during iterative editing sessions.
Instructions
Render multiple equations with caching — skips re-rendering unchanged equations. Much faster for iterative editing. Cache persists within the MCP session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| equations | Yes | Array of {name, latex} | |
| format | No | svg | |
| outputDir | Yes | Directory to save files |