paper-compile

Compiles LaTeX projects in paper/ to submission-ready PDFs with automatic error fixes.

5|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/llv22/AutoResearchWithEyes --skill paper-compile-llv22
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paper-compile
Source: https://github.com/llv22/AutoResearchWithEyes/tree/main/skills/paper-compile
Command: npx skills add https://github.com/llv22/AutoResearchWithEyes --skill paper-compile-llv22

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Compile LaTeX projects into robust PDFs by automating the build, diagnosing compilation errors, and applying fixes so you can submit on time.

Core Features & Use Cases

  • Automated prerequisites checks and environment validation.
  • Iterative LaTeX compilation with automatic error diagnosis and fixes (missing packages, undefined references, BibTeX/biber issues).
  • Post-build verification to ensure the PDF is complete and submission-ready.

Quick Start

Compile the LaTeX project in paper/ to a submission-ready PDF and fix common errors automatically.

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 project into a submission-ready PDF?

To compile a LaTeX project into a submission-ready PDF, use an automated workflow that runs iterative builds with latexmk, resolves bibtex or biber dependencies, and validates the final output for submission.

How can I automatically fix LaTeX compilation errors like undefined references?

You can fix LaTeX compilation errors like undefined references by running an iterative compilation process that automatically diagnoses missing packages and bibtex issues, applies fixes, and rebuilds the document.

Does automated LaTeX compilation support bibtex and biber workflows?

Automated LaTeX compilation supports bibtex and biber workflows by applying iterative builds to projects organized under a paper directory, ensuring bibliographies and cross-references resolve correctly.

Why does my LaTeX PDF have missing packages or undefined cross-references?

Your LaTeX PDF may have missing packages or undefined cross-references due to incomplete iterative compilation cycles or prerequisite failures, which automated error-fixing workflows can diagnose and resolve.