translate-to-quarto

Translate Beamer LaTeX lectures into Quarto RevealJS slides with TikZ extraction.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/diegosolarfuentes/geopolitics-gvc --skill translate-to-quarto-diegosolarfuentes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: translate-to-quarto
Source: https://github.com/diegosolarfuentes/geopolitics-gvc/tree/main/.claude/skills/translate-to-quarto
Command: npx skills add https://github.com/diegosolarfuentes/geopolitics-gvc --skill translate-to-quarto-diegosolarfuentes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Beamer LaTeX presentations often require a modern, interactive Quarto RevealJS deployment, and manual conversion is error-prone and time-consuming.

Core Features & Use Cases

  • Multi-phase translation from Beamer to Quarto, including layout preservation, TikZ integration, and QA checks.
  • TikZ diagram handling by extracting and reintegrating vector diagrams as SVG within Quarto slides.
  • R figure support for interactive charts and static visuals integrated into the Quarto deck.
  • Use Case: Convert a full Beamer lecture into a shareable Quarto RevealJS slideset with preserved structure and visuals.

Quick Start

Run the Beamer-to-Quarto translation workflow on your Beamer source to produce a ready-to-render Quarto RevealJS slide deck.

Frequently Asked Questions about translate-to-quarto

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

FAQPage Schema
How do I convert Beamer LaTeX to Quarto RevealJS slides automatically?

Beamer LaTeX to Quarto conversion is handled through a multi-phase workflow that translates slide-by-slide content, sets up YAML frontmatter, and preserves the original layout structure to produce a ready-to-render Quarto RevealJS deck.

Can I translate TikZ diagrams from Beamer into Quarto slides?

TikZ diagram translation is supported by extracting Beamer TikZ vector graphics and reintegrating them as SVG images within the generated Quarto RevealJS slides during the conversion pipeline.

What is the best way to migrate a full Beamer lecture to Quarto?

Migrating a full Beamer lecture to Quarto is best executed via a multi-phase pipeline that processes slide-by-slide translation, integrates TikZ and R figures, and runs final QA verification checks.

Does the Beamer to Quarto conversion process include QA checks?

QA checks are included in the Beamer to Quarto translation workflow as a final verification phase, ensuring content accuracy and layout preservation after slide-by-slide translation and figure integration.

Are R figures and interactive charts supported when converting Beamer to Quarto?

R figure support is included in the Beamer to Quarto conversion, allowing both interactive charts and static visuals to be integrated directly into the final Quarto RevealJS slide deck.