markdown2latex

Convert markdown academic paper content to LaTeX format.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires markdown, latex, texlive, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill simplifies the conversion of markdown academic papers to LaTeX format, enabling researchers to create high-quality documents suitable for top-tier conferences and journals.

Core Features & Use Cases

  • Markdown to LaTeX Conversion: Converts markdown content into LaTeX format, preserving the structure and formatting for academic papers.
  • Conference Template Support: Allows the use of custom LaTeX templates for specific conferences or journals.
  • Section-Specific Conversion: Converts specific sections of a markdown document to LaTeX, ideal for incremental updates.

Quick Start

Run the markdown2latex skill to convert the entire 'paper.md' file to LaTeX.

Frequently Asked Questions about markdown2latex

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

FAQPage Schema
How do I convert markdown academic papers to LaTeX format?

To convert markdown academic papers to LaTeX format, you run the conversion process on a 'paper.md' file. This transforms your markdown content into LaTeX while preserving document structure and formatting for academic publications.

Can I use a custom LaTeX template for conference submission?

Yes, you can use custom LaTeX templates for specific conferences or journals. The conversion process supports optional conference-specific LaTeX templates to ensure your document meets submission formatting requirements.

Do I need to install texlive to convert markdown to LaTeX?

Yes, texlive is a required dependency for converting markdown to LaTeX. You also need the markdown and latex packages installed in your environment to execute the document conversion successfully.

How do I convert specific sections of a markdown document to LaTeX?

You can convert specific sections of a markdown document to LaTeX for incremental updates. This section-specific conversion allows targeted formatting changes without reprocessing the entire 'paper.md' file.

What files do I need to provide for markdown to LaTeX conversion?

You need to provide a 'paper.md' file containing your academic content and a 'writingrules.md' file. Optional conference-specific LaTeX templates can also be supplied to match publication requirements.