get_latex_structure
Extract LaTeX document structure including class, title, author, packages, and section hierarchy to analyze and understand document organization.
Instructions
Extract document structure: class, title, author, packages, and section hierarchy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to the .tex file to analyze |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| document_class | No | ||
| title | No | ||
| author | No | ||
| packages | No | ||
| sections | No |