compile
Compile a LaTeX project to validate changes before pushing. Returns a digest of results; errors block the push, warnings are reported, and verbose mode lists every issue.
Instructions
Compile the root owning path and return a digest. Errors block a push;
warnings do not. verbose=True shows every error and warning.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| project | No | ||
| verbose | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |