validate_equations
Validate LaTeX equations in markdown files by checking syntax, reporting render errors, and flagging issues like unmatched braces or undefined commands.
Instructions
Validate all equations in a markdown file: check LaTeX syntax via UpMath, report render errors, and flag potential issues (unmatched braces, undefined commands). Slower than scan_document_math but verifies renderability.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inputFile | Yes | Path to markdown file | |
| maxEquations | No | Max equations to validate (API calls). Use -1 for all. |