latex2markdown

Convert LaTeX academic papers to CoPaper markdown format.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the need to convert LaTeX academic papers into a Markdown format suitable for the CoPaper writing workflow, enabling users to seamlessly integrate LaTeX content into their CoPaper projects.

Core Features & Use Cases

  • LaTeX to Markdown Conversion: Extracts and maps content from LaTeX files to the CoPaper markdown structure.
  • Automated Topic Sentence Extraction: Generates concise Level 6 headers based on the content.
  • Handling Special Elements: Appropriately processes figures, tables, algorithms, and equations.
  • Use Case: A researcher with an existing LaTeX paper can use this Skill to import the content into the CoPaper project, simplifying the transition to markdown-based writing.

Quick Start

Convert LaTeX to Markdown by running the command: /copaper latex2markdown <latex_file_path>

Frequently Asked Questions about latex2markdown

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

FAQPage Schema
How do I convert LaTeX to Markdown for academic paper writing?

To convert LaTeX to Markdown, run /copaper latex2markdown <latex_file_path>. This command extracts content from your LaTeX academic papers and maps it to the CoPaper markdown structure, handling special elements like figures and equations.

Can I migrate LaTeX equations and figures into a Markdown format?

Yes, you can migrate LaTeX equations and figures into a Markdown format. The conversion process appropriately processes special elements like figures, tables, algorithms, and equations, mapping them directly into the CoPaper markdown structure.

Does the LaTeX to Markdown conversion support automated header generation?

Yes, the LaTeX to Markdown conversion supports automated header generation. It automatically extracts topic sentences from your content and generates concise Level 6 headers to structure your document within the CoPaper markdown format.

What is the best way to import existing LaTeX content into CoPaper?

The best way to import existing LaTeX content into CoPaper is using a dedicated conversion tool. This approach extracts your paper's content, creates structured headers, and handles special elements, enabling seamless integration into markdown-based CoPaper projects.

Are there limitations when migrating complex LaTeX algorithms to Markdown?

When migrating complex LaTeX algorithms to Markdown, the conversion process appropriately processes these special elements alongside figures and equations. However, highly customized LaTeX packages or macros may require manual adjustment after the automated content extraction.