paper-write-zh

Drafts Chinese academic papers in LaTeX (XeLaTeX with ctex) from structured inputs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Lets you draft a complete Chinese academic paper in LaTeX (XeLaTeX + ctex) from your research inputs, while enforcing template discipline and strict value sourcing from provided result files.

Core Features & Use Cases

  • Section-by-section Chinese LaTeX drafting: Produces paper content aligned to an existing plan, using the built-in bachelor/master/journal templates.
  • Figure/table inventory and safe embedding: Scans available PDFs and LaTeX table files to embed only what exists, avoiding empty figures and mismatched labels.
  • Strict rules for numbers, citations, and claims-evidence alignment: Ensures all numeric claims come from figures/all_results.json or RESULTS.md, and citations are restricted to a verified reference pool.

For example, when you have PAPER_PLAN.md + NARRATIVE_REPORT.md + figures (PDFs + latex includes) and you want a journal-style Chinese paper draft, this Skill helps you assemble main.tex from templates and write the required sections with validated figures and evidence-backed results.

Quick Start

Use the paper-write-zh skill to draft your Chinese paper by providing PAPER_PLAN.md, NARRATIVE_REPORT.md, and your figures directory as inputs.

Frequently Asked Questions about paper-write-zh

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

FAQPage Schema
How do I draft a Chinese academic paper in LaTeX from a research plan and figures?

To draft a Chinese academic paper in LaTeX, use this Skill with XeLaTeX and ctex templates to generate section-by-section content from your PAPER_PLAN.md and NARRATIVE_REPORT.md. It assembles main.tex while embedding available PDFs and LaTeX tables safely.

Can I use ctex templates for both master thesis and journal-style Chinese paper writing?

Yes, you can use built-in ctex templates for both master thesis and journal-style Chinese paper writing. The Skill supports bachelor, master, and journal workflows, applying template-based typesetting and strict numeric sourcing from your result files.

How do I ensure numeric claims in my research writing match the actual experimental results?

To ensure numeric claims in your research writing match results, this Skill enforces strict value sourcing from figures/all_results.json or RESULTS.md. It aligns all claims with evidence from PAPER_PLAN.md to prevent mismatched data.

Does this LaTeX drafting workflow restrict citations to a verified BibTeX reference pool?

Yes, this LaTeX drafting workflow restricts citations to a verified BibTeX reference pool. It validates all references against the provided pool to ensure claims-evidence alignment and prevent unverified sources in your Chinese paper.

What is the best way to embed figures and tables in a Chinese LaTeX paper without mismatched labels?

The best way to embed figures and tables safely is using this Skill's inventory scanning feature. It scans available PDFs and LaTeX table files to embed only existing assets, avoiding empty figures and mismatched labels in XeLaTeX documents.

Why does my Chinese LaTeX paper fail to compile when figure files are missing from the directory?

Your Chinese LaTeX paper compilation may fail if figure files are missing because this Skill strictly enforces safe figure embedding by scanning available assets. It only includes existing PDFs and LaTeX tables to prevent empty references and broken builds.