What problem does it solve?
This Skill removes the frustration of failed LaTeX builds by compiling your paper to PDF, diagnosing common build errors, auto-fixing them iteratively, and verifying that the output is submission-ready.
Core Features & Use Cases
- Automated LaTeX compilation: Uses latexmk to build the PDF with multi-pass handling for references and citations.
- Error diagnosis and auto-repair: Reads compile.log to detect missing packages, undefined references/citations, missing figures, BibTeX issues, and leftover [VERIFY] markers.
- Submission readiness checks: Verifies the PDF exists, checks page-count constraints (venue-specific rules), and flags common problems like non-embedded fonts or undefined “??”/“[?]” outputs.
- Typical use case: After writing or modifying sections, figures, or the bibliography, run compilation and get back a clean PDF (or a precise report of what still needs attention) before submission.
Quick Start
Use the paper-compile skill to compile your LaTeX project in the directory you specify and produce paper/main.pdf.