paper-compile

Compile LaTeX documents into PDFs with latexmk and verify submission checks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

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

Core Features & Use Cases

  • LaTeX Compilation: Compiles .tex files into .pdf using latexmk.
  • Error Fixing: Automatically diagnoses and attempts to fix common LaTeX compilation errors.
  • Submission Checks: Verifies page limits, checks for undefined references/citations, and ensures font embedding.
  • Use Case: When you've finished writing your research paper in LaTeX and need to generate a final PDF for submission to a conference like ICLR or NeurIPS.

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 a LaTeX document into a PDF for conference submission?

To compile a LaTeX document into a PDF, this Skill uses `latexmk` to automate multi-pass compilation and BibTeX integration, then checks page limits and font embedding for conference submission readiness.

Can I automatically fix LaTeX compilation errors when generating a PDF?

Yes, you can automatically fix LaTeX compilation errors during PDF generation; this Skill diagnoses common compilation failures and attempts automatic corrections before finalizing the document.

How do I check if my LaTeX PDF meets conference submission requirements?

To check if your LaTeX PDF meets conference submission requirements, this Skill performs post-compilation checks verifying page limits, undefined references, citations, and proper font embedding.

What is the best way to handle multi-pass LaTeX compilation with BibTeX?

The best way to handle multi-pass LaTeX compilation with BibTeX is using `latexmk`, which this Skill leverages to automatically resolve cross-references and integrate bibliographies into the final PDF.

Why does my LaTeX paper have undefined references after compiling to PDF?

Undefined references in a LaTeX paper often occur when compilation requires multiple passes; this Skill handles multi-pass compilation automatically and flags any remaining undefined references during submission checks.