convert

Convert Word, LaTeX, and Markdown documents while preserving structure and citations.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/yxy23/praxis --skill convert-yxy23
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: convert
Source: https://github.com/yxy23/praxis/tree/main/skills/convert
Command: npx skills add https://github.com/yxy23/praxis --skill convert-yxy23

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Word, LaTeX, and Markdown workflows often require manual reformatting to move content between formats, preserve structure, and maintain change history. This Skill automates cross-format document conversion with audit-friendly outputs and predictable behavior.

Core Features & Use Cases

  • Word to LaTeX, Word to Markdown, and Markdown to LaTeX/Word conversions with structural preservation.
  • Tracked-changes handling and collaboration workflows to stage and review edits before merging.
  • Overleaf-ready outputs and output paths that fit professional project pipelines.

Quick Start

Convert a sample file using a straightforward path: convert input.docx to output.tex and verify that sections and references map correctly.

Frequently Asked Questions about convert

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

FAQPage Schema
How do I convert Word documents to LaTeX while preserving citations and structure?

Converting Word documents to LaTeX requires pandoc, an accessible source file, and a writable target directory. The process preserves structural elements and citations to produce Overleaf-ready outputs.

Does converting Markdown to Word with pandoc support tracked changes for collaboration?

Converting Markdown to Word supports collaboration through staged edits and explicit merge workflows. It enforces non-destructive edits to ensure change history is preserved and reviewable before merging.

Do I need pandoc installed to convert documents between Markdown and LaTeX formats?

Pandoc is required to convert documents between Markdown and LaTeX formats. You must have pandoc installed, an accessible source file, and a writable target directory to execute the conversion process.

What is the best way to generate Overleaf-ready outputs from Markdown files?

Generating Overleaf-ready outputs from Markdown files involves using pandoc with deterministic mode choices. The conversion process maps your content across project folders while preserving structure and references.

Can I use non-destructive edits when converting Word to Markdown for staged collaboration?

Converting Word to Markdown enforces non-destructive edits and explicit merge workflows for staged collaboration. This ensures your original content remains intact while changes are tracked and reviewed before merging.