paper-compile

Compile LaTeX papers to PDF with latexmk and fix common errors.

14.4k|1.3k|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/wanshuiyin/Auto-claude-code-research-in-sleep --skill paper-compile
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paper-compile
Source: https://github.com/wanshuiyin/Auto-claude-code-research-in-sleep/tree/main/skills/paper-compile
Command: npx skills add https://github.com/wanshuiyin/Auto-claude-code-research-in-sleep --skill paper-compile

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the complex and error-prone process of compiling LaTeX documents into submission-ready PDFs, ensuring compliance with conference requirements.

Core Features & Use Cases

  • Automated Compilation: Compiles LaTeX source files to PDF using latexmk.
  • Error Diagnosis & Fixing: Identifies and attempts to fix common LaTeX errors (missing packages, undefined references, citation issues, etc.).
  • Submission Readiness Checks: Verifies page limits, font embedding, anonymity, and other venue-specific requirements.
  • Use Case: When you've finished writing your research paper in LaTeX and need to generate a final PDF for submission, this Skill handles the entire compilation and validation process.

Quick Start

Use the paper-compile skill to compile the LaTeX paper located in the 'paper/' directory.

Frequently Asked Questions about paper-compile

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

FAQPage Schema
How do I compile LaTeX to PDF and automatically fix undefined references?

To compile LaTeX to PDF and fix undefined references, this Skill uses latexmk for multi-pass compilation and BibTeX integration, automatically diagnosing and resolving common errors like missing packages and citation issues to generate a valid PDF.

What does automated LaTeX compilation check for conference submission readiness?

Automated LaTeX compilation checks submission readiness by verifying venue-specific requirements including page limits, font embedding, and anonymity, ensuring your final PDF complies with conference regulations.

Can I use latexmk to handle multi-pass compilation with BibTeX integration?

Yes, you can use latexmk through this Skill to handle multi-pass compilation with BibTeX integration, which automatically resolves cross-references and citations to generate a complete PDF document.

Why does my LaTeX compilation fail due to missing packages and how can I fix it?

LaTeX compilation fails due to missing packages when dependencies are absent, but this Skill identifies such common errors during the compile process and attempts automated fixes to generate the PDF successfully.

Does automated LaTeX compilation verify font embedding and page limits for academic publishing?

Yes, automated LaTeX compilation verifies font embedding and page limits for academic publishing, checking these submission readiness constraints alongside anonymity to ensure your research paper meets venue requirements.