latex-final-writer

Automate LaTeX final draft creation from a completed paper.md.

43|2|Updated Apr 5, 2026
One-click install
npx skills add https://github.com/PKU-ASAL/CoPaper-OpenCode --skill latex-final-writer-pku-asal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: latex-final-writer
Source: https://github.com/PKU-ASAL/CoPaper-OpenCode/tree/main/.agents/skills/latex-final-writer
Command: npx skills add https://github.com/PKU-ASAL/CoPaper-OpenCode --skill latex-final-writer-pku-asal

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the transition from a completed paper.md to a LaTeX final draft, handling template setup, writing plan creation, and LaTeX draft generation.

Core Features & Use Cases

  • Template Setup: Automatically configures LaTeX template directories.
  • Writing Plan Creation: Generates a writing_plan.md for structured writing.
  • LaTeX Draft Generation: Writes LaTeX sections based on the writing plan.
  • Use Case: Ideal for researchers who have a completed paper.md and need to generate a LaTeX final draft from a conference template.

Quick Start

Use the latex-final-writer skill to generate the LaTeX final draft for your paper.

Frequently Asked Questions about latex-final-writer

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

FAQPage Schema
How do I convert a completed paper.md to a LaTeX final draft?

To convert a completed paper.md to a LaTeX final draft, you need a LaTeX conference template and your markdown file. The automation handles template directory setup, generates a structured writing plan, and drafts the LaTeX sections directly from your markdown content.

What is needed to automate LaTeX paper writing from markdown?

Automating LaTeX paper writing from markdown requires a completed paper.md file and a LaTeX template as inputs. The process then creates a writing_plan.md to structure the section generation before outputting the final LaTeX draft.

How to set up a LaTeX template directory for academic publishing?

Setting up a LaTeX template directory for academic publishing is handled automatically during the draft generation process. Once you provide your conference template and paper.md, the system configures the directories and integrates your text into the template structure.

Can I generate a writing plan before writing LaTeX sections?

Yes, generating a writing plan before writing LaTeX sections is a core step in the automation. It creates a writing_plan.md file that structures the section-by-section generation of your final LaTeX draft from the paper.md input.

Does this LaTeX draft generation work with any conference template?

Yes, LaTeX draft generation works with any conference template provided as input. The automation requires the template alongside your paper.md to correctly configure the directory structure and map your markdown content into the appropriate LaTeX sections.

Why use a writing_plan.md for LaTeX section generation?

Using a writing_plan.md for LaTeX section generation ensures structured translation from markdown to LaTeX. It breaks down the paper.md content into an organized sequence, guiding the automated drafting of each LaTeX section accurately within the template.