generate_latex_derivation
Create LaTeX documentation for mathematical derivations by structuring title, step descriptions, and final result into a ready-to-use document.
Instructions
Generate LaTeX documentation for a derivation.
Args:
title: Derivation title
steps: List of {"description": str, "latex": str}
final_result: Final result in LaTeX
Returns:
LaTeX document string
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| steps | Yes | ||
| title | Yes | ||
| final_result | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||