template-latex-export

Convert markdown drafts to LaTeX using user-provided templates.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill allows users to convert their CoPaper markdown drafts into final LaTeX papers using their own custom templates.

Core Features & Use Cases

  • Custom LaTeX Templates: Utilize a user-provided LaTeX template directory to create final papers.
  • Markdown to LaTeX Conversion: Converts the CoPaper markdown file into LaTeX content, maintaining formatting and structure.
  • Use Case: A researcher who has written their paper in markdown using CoPaper can use this skill to generate a LaTeX version with a specific conference or journal template.

Quick Start

Convert the markdown draft 'paper.md' to LaTeX using the 'icse19.cls' template.

Frequently Asked Questions about template-latex-export

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

FAQPage Schema
How do I convert a markdown draft to LaTeX using a custom conference template?

To convert a markdown draft to LaTeX, you provide your paper.md file and a custom LaTeX template directory. The tool processes the markdown content and maps it into the specified template structure for academic journals or conferences.

Can I use my own LaTeX template for markdown paper writing?

Yes, you can use your own LaTeX template for markdown paper writing. The conversion requires a user-provided LaTeX template directory to ensure the final output matches your desired academic conference or journal formatting.

Does the markdown to LaTeX conversion maintain document formatting and structure?

The markdown to LaTeX conversion maintains document formatting and structure. It transforms the markdown draft into LaTeX content while preserving the original layout, allowing seamless integration into your provided LaTeX template.

What do I need to generate a LaTeX paper from a markdown draft?

To generate a LaTeX paper from a markdown draft, you need the markdown draft file and a LaTeX template. The tool uses these inputs to produce a final LaTeX document customized for your specific academic publication requirements.

Are there limitations when converting markdown to LaTeX for academic papers?

Limitations when converting markdown to LaTeX depend on the user-provided template's compatibility. Complex LaTeX macros or highly customized class files in the template may require manual adjustments after the initial markdown conversion.

What is the best way to prepare a markdown file for LaTeX template conversion?

The best way to prepare a markdown file for LaTeX template conversion is to use standard markdown formatting for your paper draft. Ensure your text structure is clean so the conversion can accurately map the content into your LaTeX template.