Parse LaTeX log
parse_logParse LaTeX .log files to extract errors, warnings, undefined references, and over/underfull box counts into structured data.
Instructions
Parses a LaTeX .log file into structured errors, warnings, undefined references/citations, and over/underfull box counts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Path to a .log file (used if logContent is omitted) | |
| logContent | No | Contents of a .log file |