What problem does it solve? Compiling an academic LaTeX paper into a submission-ready PDF often involves cryptic error messages, undefined references, missing packages, and strict venue page limits. This Skill automates the full compile-fix-verify loop so you get a clean, compliant PDF without manual debugging. ## Core Features & Use Cases - Automated Compilation with Error Fixing: Runs latexmk with pdflatex, parses compile.log, and auto-fixes common issues like missing packages, undefined citations, missing figures, and BibTeX syntax errors across up to 3 attempts. - Page Limit Verification: Precisely measures main-body length using pdftotext, applying venue-specific rules (ICLR/NeurIPS/ICML exclude references; IEEE venues include them). - Submission Readiness Checks: Validates font embedding, anonymity, file size, leftover [VERIFY] markers, and orphaned section files not referenced by main.tex. - Use Case: You finished writing a NeurIPS paper and need to submit tonight. Run the compile workflow to build the PDF, fix a broken citation, confirm the main body fits within 9 pages, and verify all fonts are embedded before uploading to OpenReview. ## Quick Start Compile the LaTeX paper in the paper/ directory into a submission-ready PDF and fix any errors you find.