render_diff
Compare LaTeX equation versions side by side by rendering them into an HTML page for visual difference analysis.
Instructions
Render two versions of a LaTeX equation side by side for visual comparison. Returns an HTML page with both versions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| before | Yes | Original LaTeX | |
| after | Yes | Modified LaTeX | |
| label | No | Label for the comparison | Equation |
| saveTo | No | File path to save HTML comparison |