What problem does it solve? LaTeX research manuscripts often fail to build due to source errors, bibliography issues, or missing figures, and a successful exit code alone does not guarantee the rendered PDF is correct. This Skill builds the manuscript, diagnoses failures with a bounded fix loop, and verifies the actual PDF output against venue requirements. ## Core Features & Use Cases - Bounded Build Diagnosis: Runs at most three compile-and-fix attempts per failure class, locating the first actionable source error and applying the smallest fix before rebuilding. - PDF Verification: Checks undefined citations, missing figures, embedded fonts, overfull content, and visually inspects every page for clipping, broken equations, and misplaced floats. - Venue Compliance Checks: Verifies page-limit and anonymity rules against official venue sources, or records them as not applicable for venue-neutral builds. - Use Case: After drafting a conference paper, run this Skill to build paper/main.pdf, fix a broken bibliography entry, confirm the page count fits the venue limit, and receive a COMPILE_REPORT.md documenting every check performed. ## Quick Start Use the paper-compile skill to build my LaTeX manuscript in the paper directory and verify the rendered PDF against the venue requirements.