paper-compile

Compile LaTeX source files into submission-ready PDFs with latexmk and pdflatex.

1|Updated Jul 21, 2026
One-click install
npx skills add https://github.com/dogekiki/SP-test --skill paper-compile-dogekiki
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paper-compile
Source: https://github.com/dogekiki/SP-test/tree/main/.trae/skills/paper-compile
Command: npx skills add https://github.com/dogekiki/SP-test --skill paper-compile-dogekiki

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the complex LaTeX compilation process, handling multi-pass builds, bibliography management, and common formatting errors to ensure your paper is submission-ready.

Core Features & Use Cases

  • Automated Build Pipeline: Executes latexmk with proper flags to handle multi-pass compilation and bibtex integration.
  • Intelligent Error Diagnosis: Parses compilation logs to identify and suggest fixes for missing packages, undefined references, and figure path issues.
  • Submission Verification: Performs automated checks for page limits, font embedding, and anonymous compliance required by major ML and IEEE venues.

Quick Start

Use the paper-compile skill to build the PDF for the paper located in the current directory.

Frequently Asked Questions about paper-compile

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

FAQPage Schema
How do I automate LaTeX paper compilation and fix undefined references?

Automating LaTeX paper compilation is handled by executing latexmk with proper flags for multi-pass builds and bibtex integration, while parsing logs to diagnose and fix undefined references automatically.

Do I need a specific TeX Live environment to compile LaTeX source files into submission-ready PDFs?

Yes, you need a standard TeX Live environment with latexmk and pdflatex installed on the host system to compile LaTeX source files into submission-ready PDF documents successfully.

What's the best way to verify academic research papers meet venue-specific page limits?

The best way to verify venue-specific page limits is through automated submission checks for page limits, font embedding, and anonymous compliance required by major ML and IEEE venues.

How does intelligent error diagnosis work for missing packages and figure path issues in LaTeX?

Intelligent error diagnosis works by parsing compilation logs to identify missing packages and figure path issues, then suggesting specific fixes to resolve these formatting errors.

Can I use this to handle multi-pass builds and bibliography management for academic research papers?

Yes, you can use it to handle multi-pass builds and bibliography management by executing an automated build pipeline that integrates bibtex for academic research papers.