combine

Assemble LaTeX problem solutions into a single PDF document.

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/Surya-Sunkari/continuous-algorithms-solver --skill combine
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: combine
Source: https://github.com/Surya-Sunkari/continuous-algorithms-solver/tree/main/.claude/skills/combine
Command: npx skills add https://github.com/Surya-Sunkari/continuous-algorithms-solver --skill combine

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of gathering individual LaTeX problem solutions, assembling them into a single document with a proper preamble, and compiling the final homework into a PDF.

Core Features & Use Cases

  • Solution Aggregation: Combines multiple .tex solution files into one master document.
  • LaTeX Preamble Management: Automatically includes or generates a LaTeX preamble, updating titles and dates.
  • PDF Compilation: Attempts to compile the assembled LaTeX document into a PDF using pdflatex.
  • Error Handling: Reports compilation success or failure, and attempts to fix LaTeX errors.
  • Use Case: After solving several problems for a homework assignment using a /solve command, use this Skill to create a single, ready-to-submit PDF of the entire assignment.

Quick Start

Assemble and compile all solved problems for assignment 3 into a single PDF document.

Frequently Asked Questions about combine

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

FAQPage Schema
How do I compile multiple LaTeX files into a single PDF?▼

To compile multiple LaTeX files into a single PDF, this Skill aggregates individual `.tex` solution files into a master document, inserts a managed preamble, and runs `pdflatex` to generate the final output file.

What is the best way to assemble LaTeX homework solutions for submission?▼

Assembling LaTeX homework solutions for submission is handled by sorting individual problem files numerically, merging them with a generated or extracted preamble, and compiling the unified document into a ready-to-submit PDF.

Do I need MiKTeX or TeX Live to compile LaTeX documents automatically?▼

Yes, you need a local LaTeX distribution like MiKTeX or TeX Live installed, as the Skill relies on the `pdflatex` compiler provided by these environments to process the assembled `.tex` file and generate the PDF.

Can I automatically fix LaTeX compilation errors when combining `.tex` files?▼

Yes, you can automatically address LaTeX compilation errors when combining `.tex` files, as the Skill includes error handling that attempts to resolve issues during the `pdflatex` compilation process and reports the final PDF generation status.

How does LaTeX preamble management work when merging homework assignments?▼

LaTeX preamble management when merging homework assignments works by automatically extracting an existing preamble or generating a new one, updating document titles and dates to ensure the combined `.tex` solutions compile correctly into a single PDF.