What problem does it solve?
LaTeX paper restructuring is made efficient through a task-list driven workflow that maps existing structure, designs a dependency-aware plan, and applies changes via a fragment-then-assemble approach to preserve cross-references and consistency.
Core Features & Use Cases
- Phase 0: Map the current structure and extract sections with line numbers using a capable structure analyzer.
- Phase 1: Design a task list with dependencies to safely reorder sections, move content to appendix, and update references.
- Phase 2: Execute changes via fragment-then-assemble, enabling parallel content creation while serially applying section moves.
- Phase 3: Enforce a strict commit/push workflow and backup branch strategy to preserve traceability.
- Phase 4: Repair cross-references, adjust labeling, and verify document integrity after restructuring.
- Verification: Ensure balanced environments, consecutive section numbering, and no duplicate content.
Quick Start
Trigger a LaTeX paper restructure by specifying the target structure and constraints, and the agent will map the current document, plan changes, and execute a fragment-then-assemble reorganization.