What problem does it solve?
Compiling a LaTeX paper into a correct, submission-ready PDF is often blocked by missing packages, broken figures, undefined citations/references, and page-limit surprises.
Core Features & Use Cases
- Reliable LaTeX compilation with recovery: Uses latexmk to run multi-pass builds, then retries up to a fixed limit while diagnosing compile.log errors.
- Auto-diagnosis for common failure modes: Detects missing .sty packages, undefined references/citations, missing figure files, BibTeX syntax issues, and leftover [VERIFY] markers.
- Submission readiness checks: Confirms the PDF exists, checks pages and basic validity signals, and includes venue-aware guidance for page-count rules.
- Use Case: When preparing an academic submission, run this to turn your paper/ main.tex + sections + figures + references.bib into a validated PDF that is less likely to fail on build errors or violate page limits.
Quick Start
Use this skill when you want to compile your LaTeX paper into a PDF and fix build errors automatically by saying: compile paper.