create_from_template
Generate LaTeX documents from bundled templates like article, beamer, or report to streamline academic paper creation with proper structure and formatting.
Instructions
Create a LaTeX document from a bundled template file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path for the new .tex file | |
| template | No | article |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to the file | |
| success | Yes | ||
| message | Yes | ||
| content | No | File content if applicable |