workflow_formalize_all
Formalize all LaTeX files under a specified project root, generating structured JSON outputs. Supports custom module naming for Lean code conversion, streamlining mathematical content extraction workflows.
Instructions
Formalize all *.tex under <project_root>/tex.
naming: "by_file" → module name from file stem (capitalized), otherwise use "Main". Returns a JSON array of results per file.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
naming | No | by_file | |
project_root | Yes |