What problem does it solve?
It fixes cross-template LaTeX migration defects where figures/tables sizing, macro compatibility, and page budget diverge after switching conference or journal templates.
Core Features & Use Cases
- Category E defect remediation: Repairs E1 (single↔double column figure/table size mismatches), E2 (page budget mismatches), and E3 (template-specific macro/package incompatibilities).
- Template configuration–driven migration: Loads target template constraints (documentclass, required/forbidden packages, float behavior, expected pages) and applies them coherently to the project’s main .tex.
- Compile-then-verify loop with visual defect detection: Runs compilation, resolves undefined-control-sequence macro/package failures, and uses layout-detective-agent to confirm remaining E-class issues.
- Atomic, rollback-safe source updates: Enforces in-memory patch assembly and uses transactional patch writing to prevent partially migrated states.
Quick Start
Ask the agent to migrate your project from the current template to the target template (for example, ECCV2024 or ICLR2025) and adapt figures/tables and macros accordingly.