paper-compile

Compile multi-file LaTeX projects into submission-ready PDFs with automatic error fixes.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/dz306271098/ARIS_for_Robotics --skill paper-compile-dz306271098
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paper-compile
Source: https://github.com/dz306271098/ARIS_for_Robotics/tree/main/skills/paper-compile
Command: npx skills add https://github.com/dz306271098/ARIS_for_Robotics --skill paper-compile-dz306271098

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Compile LaTeX papers into PDFs suitable for submission and automatically diagnose and fix common build errors, saving hours in the manuscript preparation workflow.

Core Features & Use Cases

  • Automates LaTeX compilation across engines (pdflatex, xelatex, lualatex) with automatic multi-pass runs via latexmk.
  • Diagnoses common errors (missing packages, undefined references, bibliography issues) and suggests or applies fixes.
  • Use Case: Prepare a conference submission by turning a multi-file LaTeX project with BibTeX/biber into a clean, ready-to-submit PDF.

Quick Start

Run the skill on your LaTeX project to generate a submission-ready PDF and automatically fix common compilation errors.

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 multi-file LaTeX project with BibTeX into a submission-ready PDF?

Yes, xelatex and lualatex are fully supported compilation engines alongside pdflatex. The skill automates engine selection and iterative recompilation across these formats to generate submission-ready PDFs.

Why does my LaTeX compilation fail with undefined references and missing packages?

LaTeX compilation often fails due to undefined references or missing packages, but this skill diagnoses common build errors automatically. It identifies bibliography issues and suggests or applies optional auto-fixes during iterative recompilation.

Do I need a local LaTeX toolchain installed to use this compilation automation?

Yes, a local LaTeX toolchain is required to use this compilation automation. You must have pdflatex, latexmk, and bibtex or biber installed in your environment to generate submission-ready PDFs and enable auto-fixes.

Can I automatically fix common LaTeX build errors like missing bibliography files?

You can automatically fix common LaTeX build errors like missing bibliography files using this skill's optional auto-fix feature. It diagnoses missing packages, undefined references, and bibtex issues, then applies targeted fixes during compilation.

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

The best way to automate iterative LaTeX recompilation for conference submissions is using latexmk integration. This skill manages multi-pass runs, resolves references, and outputs a clean PDF adhering to standard venue constraints.