comp-paper-en

Generate complete English MCM/ICM/APMCM competition papers in LaTeX with COMAP formatting.

1|Updated May 14, 2026
One-click install
npx skills add https://github.com/lix965996-art/MMM --skill comp-paper-en
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: comp-paper-en
Source: https://github.com/lix965996-art/MMM/tree/main/resources/app/skills/comp-paper-en
Command: npx skills add https://github.com/lix965996-art/MMM --skill comp-paper-en

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

It turns your MCM/ICM/APMCM problem write-up into a complete, competition-ready English LaTeX paper in COMAP-style structure, including section-by-section drafting and figure/table embedding guidance.

Core Features & Use Cases

  • End-to-end LaTeX paper generation workflow: Creates the correct paper structure and fills sections in the required chapter order.
  • MCM/APMCM template selection and safe resuming: Copies an existing template (MCM/ICM vs APMCM) and supports backing up/resuming previously started paper/ content.
  • Figure/table compliance plan: Forces a figure embedding plan, checks labels, and enforces strict embedding rules (e.g., [H], analysis text after each figure/table, correct image paths).
  • Reference and citation workflow: Pre-fetches a verified reference pool before citations, then fetches BibTeX via scholar tooling.
  • Use Case: When a user says they want an “MCM paper” or an English competition paper, generate an entire LaTeX paper/ draft using existing inputs like PROBLEM_ANALYSIS.md, MODELING_REPORT.md, RESULTS.md, and provided figures/.

Quick Start

Use this skill when you need to write an English MCM/ICM/APMCM competition paper and tell it the competition type as the argument.

Frequently Asked Questions about comp-paper-en

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

FAQPage Schema
How do I generate a full English MCM or ICM competition paper in LaTeX?

To generate an MCM or ICM competition paper in LaTeX, you provide problem analysis, modeling reports, and results. The system drafts the entire paper section by section following COMAP format, embedding figures and managing citations.

What is the correct workflow for embedding figures and tables in an MCM LaTeX paper?

The correct workflow for embedding figures in an MCM LaTeX paper requires a strict compliance plan. It enforces correct image paths, uses the [H] placement specifier, and mandates analysis text immediately following every figure and table.

How do I manage BibTeX references and citations for a mathematical modeling competition paper?

Managing BibTeX references for a modeling paper involves pre-fetching a verified reference pool before inserting citations. The system then retrieves BibTeX entries via scholar tooling to ensure all citations are valid and correctly formatted.

Can I resume writing an APMCM LaTeX paper draft if I already started one?

Yes, you can resume writing an APMCM LaTeX paper draft. The system copies the correct template and supports backing up or resuming previously started content within the paper directory without losing your existing progress.

What input files do I need to prepare before drafting a full competition paper?

Before drafting a competition paper, you need to prepare inputs like PROBLEM_ANALYSIS.md, MODELING_REPORT.md, RESULTS.md, and a figures directory. These files provide the necessary content for section-by-section generation.

Does the paper generation process enforce strict section ordering for COMAP submissions?

Yes, the paper generation process enforces strict section and chapter ordering required by the COMAP format. It uses template-based main.tex handling to ensure the generated draft meets competition structural requirements.