scan_document_math
Scan markdown files to extract LaTeX math equations, generate symbol frequency tables, validate cross-references, and maintain consistency in scientific documents.
Instructions
Scan a markdown file for all LaTeX math. Returns: equation inventory with numbering, symbol frequency table, notation index, and cross-reference validation. Essential for maintaining consistency in scientific papers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inputFile | Yes | Path to markdown file to scan | |
| outputReport | No | Path to save JSON report |