latex-to-quarto

Convert LaTeX article-class documents to Quarto .qmd format.

14|2|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/christopherkenny/skills --skill latex-to-quarto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: latex-to-quarto
Source: https://github.com/christopherkenny/skills/tree/main/skills/latex-to-quarto
Command: npx skills add https://github.com/christopherkenny/skills --skill latex-to-quarto

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Converts LaTeX article-class .tex documents to Quarto .qmd format for multi-format publishing (HTML, PDF, Word). Use when asked to convert, port, migrate, or translate a .tex LaTeX file to Quarto; when porting an academic paper or manuscript from LaTeX to Quarto; when a .tex document needs to render to HTML, Word, or Typst PDF. Covers preamble → YAML front matter, section headings, text formatting, math, citations (natbib/biblatex), cross-references, figures, tables, footnotes, hyperlinks, and special characters.

Core Features & Use Cases

  • Preamble extraction, YAML front matter assembly, and mapping of document structure from LaTeX to Quarto.
  • Sectioning, text formatting, and math translation with citations and cross-references preserved for multi-format output.
  • Use Case: A researcher needs a Quarto version of a LaTeX manuscript for HTML web viewing and Word submission; the skill ports content end-to-end.

Quick Start

Provide a path to a .tex file and run the conversion to generate a matching .qmd file.

Frequently Asked Questions about latex-to-quarto

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

FAQPage Schema
How do I convert a LaTeX document to Quarto for multi-format publishing?

To convert a LaTeX document to Quarto, provide the path to your .tex file and run the conversion to generate a matching .qmd file. This process ports academic manuscripts from LaTeX to Quarto for rendering across HTML, PDF, and Word.

What is the best way to port academic manuscripts from LaTeX to Quarto?

Porting academic manuscripts from LaTeX to Quarto is best handled by extracting the preamble into YAML front matter and translating sectioning, math, citations, cross-references, figures, and tables end-to-end for multi-format output.

Does converting LaTeX to Quarto preserve cross-references and citations?

Yes, converting LaTeX to Quarto preserves cross-references and citations. The conversion process handles natbib and biblatex citations, along with figures, tables, footnotes, and hyperlinks, ensuring they function correctly in HTML, PDF, and Word formats.

Can I translate LaTeX article-class documents to a Quarto .qmd file for Word submission?

Yes, you can translate LaTeX article-class documents to a Quarto .qmd file for Word submission. The conversion enables rendering across HTML, PDF, and Word, making it suitable for academic paper porting and manuscript submission requirements.

What are the limitations when migrating LaTeX preamble and math to Quarto YAML?

When migrating LaTeX preamble and math to Quarto YAML, limitations apply to article-class documents specifically. The scope covers preamble extraction into YAML front matter, sectioning, math, and special characters, but may not support non-article LaTeX classes.