build_notation_table
Extract mathematical notation from markdown files to create formatted notation tables for academic papers, including symbols, meanings, and first appearances.
Instructions
Extract all mathematical notation from a markdown file and generate a formatted notation table (symbol, meaning, first appearance). Useful for creating a 'Notation' section in a paper.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inputFile | Yes | Path to markdown file | |
| format | No | Output format for the notation table | markdown |
| saveTo | No | File path to save the notation table |