paper-compile

Compile LaTeX papers to PDFs and fix common build errors.

Updated Jun 10, 2026
One-click install
npx skills add https://github.com/xqinag/ARIS-new --skill paper-compile-xqinag
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paper-compile
Source: https://github.com/xqinag/ARIS-new/tree/main/skills/paper-compile
Command: npx skills add https://github.com/xqinag/ARIS-new --skill paper-compile-xqinag

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Compile LaTeX papers to PDFs and fix errors to produce a submission-ready document.

Core Features & Use Cases

  • Automates LaTeX builds with latexmk and pdflatex.
  • Diagnoses and fixes common errors (missing packages, undefined references, missing figures).
  • Verifies output against page limits and submission-readiness criteria for ML conferences and IEEE venues.
  • Use Case: You have a LaTeX project in paper/ with main.tex; run this skill to generate main.pdf and validate it includes the expected sections and references.

Quick Start

Compile the LaTeX paper in the paper directory and fix any errors until a submission-ready main.pdf is produced.

Frequently Asked Questions about paper-compile

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I compile a LaTeX paper to PDF and fix common build errors?

LaTeX compilation into submission-ready PDFs is automated here by running latexmk and pdflatex, diagnosing and fixing common errors like missing packages, undefined references, and missing figures until the document builds successfully.

What is the best way to automate LaTeX builds for conference submissions?

Automating LaTeX builds for conference submissions is handled by this skill, which iteratively compiles main.tex, applies error correction, and verifies output against page limits and submission-readiness criteria for ML conferences and IEEE venues.

Why does pdflatex fail with undefined references and missing figures during paper compilation?

Pdflatex compilation often fails due to undefined references and missing figures; this skill automatically diagnoses these common errors and applies iterative error correction to resolve missing packages and file-structure issues.

Do I need latexmk installed to use this automated LaTeX compilation workflow?

Latexmk is required for this LaTeX compilation workflow, as the skill satisfies the prerequisites for a LaTeX toolchain including latexmk and pdflatex to validate file structures and reliably build PDFs.

Can I validate my LaTeX PDF against IEEE and ML conference submission-readiness criteria?

You can validate your LaTeX PDF against ML conference and IEEE venue submission-readiness criteria, as this skill verifies output for page limits, expected sections, and references after the compilation process completes.