render_batch
Render multiple LaTeX equations simultaneously, saving each as an SVG or PNG file in a specified directory.
Instructions
Render multiple LaTeX equations at once, saving each to a file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| equations | Yes | Array of {name, latex} to render | |
| format | No | Output format | svg |
| outputDir | Yes | Directory to save files |