template-latex-export

Convert markdown documents to LaTeX using user-provided templates.

Updated Jun 18, 2026
One-click install
npx skills add https://github.com/Hjhnb-star/ecr_grpo_agent --skill template-latex-export
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: template-latex-export
Source: https://github.com/Hjhnb-star/ecr_grpo_agent/tree/main/.agents/skills/template-latex-export
Command: npx skills add https://github.com/Hjhnb-star/ecr_grpo_agent --skill template-latex-export

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the need for converting markdown documents into LaTeX format, enabling users to create professional papers using their own conference or journal templates.

Core Features & Use Cases

  • Markdown to LaTeX Conversion: Transforms markdown content into LaTeX, suitable for academic and professional papers.
  • Custom Templates: Utilizes user-provided LaTeX templates for a tailored output.
  • Use Case: Ideal for researchers or writers who need to convert their markdown drafts into LaTeX papers, adhering to specific conference or journal guidelines.

Quick Start

Run the template-latex-export skill with the following command: template-latex-export -t templates/latex/conference_template.tex -i paper.md

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 markdown to LaTeX using a custom conference template?

The Skill converts markdown documents to LaTeX format using user-provided templates, allowing you to produce academic papers that adhere to specific conference or journal guidelines.

Can I use my own LaTeX template for markdown document conversion?

Yes, the process supports custom template input. You can supply your own LaTeX template file, ensuring the resulting paper matches your desired academic or professional formatting guidelines exactly.

What's the best way to generate a LaTeX paper from a markdown draft?

The best way is to run the conversion command while specifying your markdown input file and LaTeX template. It outputs professional LaTeX documents suitable for academic and research paper production.

Do I need markdown processing capabilities to export LaTeX files?

Yes, the conversion requires markdown and LaTeX processing capabilities to accurately transform your markdown content into the final LaTeX format using your specified template.

Can I specify the output directory when converting markdown to LaTeX?

Yes, the conversion supports output directory specification. This allows you to designate where the generated LaTeX paper files will be saved during the document conversion process.