word-to-tex

Convert Word content into LaTeX and write it to a .tex file.

4|1|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/rongarede/skill-snapshots --skill word-to-tex
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: word-to-tex
Source: https://github.com/rongarede/skill-snapshots/tree/main/writing/word-to-tex
Command: npx skills add https://github.com/rongarede/skill-snapshots --skill word-to-tex

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Word content copied from documents often needs to be reformatted into LaTeX for academic and technical writing. This Skill automates the conversion, producing ready-to-compile TeX with correct structure and formatting.

Core Features & Use Cases

  • Direct Word-to-TeX conversion: Converts headings, lists, inline equations, and special characters to LaTeX syntax.
  • Output to .tex files: Saves the generated LaTeX to a specified .tex file for immediate compilation.
  • Use Case: Paste a chapter from Word and generate a properly formatted intro.tex with LaTeX-compliant sections.

Quick Start

Use the wordtotex command to convert a Word snippet into a .tex file, e.g.: /wordtotex intro.tex "Introduction"

Frequently Asked Questions about word-to-tex

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

FAQPage Schema
How do I convert Word content to LaTeX for academic writing?

To convert Word content to LaTeX, you paste the Word snippet into the skill and specify an output filename, which generates a .tex file with correctly formatted headings, lists, and equations for academic writing.

Can I turn a Word chapter into a .tex file automatically?

Yes, you can automatically turn a Word chapter into a .tex file by invoking the conversion command with your pasted text and a target filename, producing a ready-to-compile LaTeX document.

Do I need external Python libraries to convert Word documents to TeX?

No, you do not need external Python libraries to convert Word documents to TeX, because the conversion relies entirely on standard Python logic and requires no dependencies beyond the standard library.

What is the best way to format Word headings and lists as LaTeX syntax?

The best way to format Word headings and lists as LaTeX syntax is using an automated conversion tool that parses standard Word content and directly maps structural elements into LaTeX-compliant sections.

Does Word to LaTeX conversion support inline equations and special characters?

Word to LaTeX conversion supports inline equations and special characters by applying standard Python logic to translate these specific elements into their correct LaTeX equivalents within the output .tex file.