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.