What problem does it solve?
Compiling an academic LaTeX paper into a submission-ready PDF often involves tedious multi-pass builds, cryptic error logs, undefined references, and venue-specific page limit checks. This Skill automates the entire compile-fix-verify loop so you get a clean, compliant PDF without manual debugging.
Core Features & Use Cases
- Automated Compilation: Runs latexmk with pdflatex/xelatex, handles BibTeX passes, and keeps a compile.log for debugging.
- Error Diagnosis and Auto-Fix: Detects and fixes missing packages, undefined references and citations, missing figures, BibTeX syntax errors, and overfull hboxes across up to 3 iterative attempts.
- Submission Readiness Checks: Verifies page limits per venue (ICLR, NeurIPS, ICML, IEEE), font embedding, anonymity, leftover [VERIFY] markers, and stale section files.
- Use Case: You finished writing a NeurIPS paper and need to submit tonight. Run this Skill to compile the paper, automatically fix a missing figure path and an undefined citation, and confirm the main body fits within the 9-page limit with all fonts embedded.
Quick Start
Compile the LaTeX paper in the paper/ directory into a submission-ready PDF and fix any errors you find.