Agent skill · Documentation

latex-to-word

Convert between LaTeX and Microsoft Word for academic manuscripts in either direction, and assemble .tex from mixed sources. Fires on: converting .tex/LaTeX to Word/.docx ("tex to docx", "latex to word", "tex2docx", "convert to word", "pandoc convert"); converting .docx manuscripts to LaTeX for editing and back ("convert to latex", "manuscript", "footnotes", "reference doc", the docx-to-tex-to-docx round-trip / academic paper editing pipeline); high-fidelity delivery where plain pandoc loses tables, mangles cross-references, or fails on custom macros — booktabs/regression tables, OMML equat

kennethkhoocygithub.com/kennethkhoocyGitHub ↗
claude-codecodexships scriptsMIT
Install
npx skills add kennethkhoocy/applied-micro-skills --skill latex-to-word --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 90
SKILL.md size: 7 KB
Bundled scripts: yes
Version: 1.0.0
Declared author: Claude Code
Path: plugins/applied-micro/skills/latex-to-word/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 54
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# LaTeX ↔ Word This skill moves academic manuscripts between LaTeX and Microsoft Word and assembles `.tex` from heterogeneous sources. It consolidates four former skills into three workflows: a footnote-preserving **round-trip** for co-author editing cycles, a high-fidelity **one-way** `.tex → .docx` engine for delivering finished papers to Word-only journals or coauthors, and a set of **knowledge

More from applied-micro-skills
All skills →
About this skill
What does the latex-to-word skill do?

Convert between LaTeX and Microsoft Word for academic manuscripts in either direction, and assemble .tex from mixed sources. Fires on: converting .tex/LaTeX to Word/.docx ("tex to docx", "latex to word", "tex2docx", "convert to word", "pandoc convert"); converting .docx manuscripts to LaTeX for editing and back ("convert to latex", "manuscript", "footnotes", "reference doc", the docx-to-tex-to-docx round-trip / academic paper editing pipeline); high-fidelity delivery where plain pandoc loses tables, mangles cross-references, or fails on custom macros — booktabs/regression tables, OMML equat

How do I install it?

Run `npx skills add kennethkhoocy/applied-micro-skills --skill latex-to-word --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From kennethkhoocy/applied-micro-skills, a repository with 54 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going