translate-to-quarto

Translate Beamer LaTeX lectures into Quarto RevealJS presentations.

1.5k|2.9k|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/pedrohcgs/claude-code-my-workflow --skill translate-to-quarto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: translate-to-quarto
Source: https://github.com/pedrohcgs/claude-code-my-workflow/tree/main/.claude/skills/translate-to-quarto
Command: npx skills add https://github.com/pedrohcgs/claude-code-my-workflow --skill translate-to-quarto

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Translate Beamer LaTeX lectures into a fully functional Quarto RevealJS presentation while preserving structure, math, and visuals.

Core Features & Use Cases

  • Beamer-to-Quarto translation: convert content, formatting, and figures to Quarto RevealJS with a faithful, lecture-ready layout.
  • Multi-phase workflow: supports content translation, TikZ extraction, citation mapping, figure handling, and deployment readiness.
  • Reproducible pipeline: ensures Beamer is the single source of truth and translates consistently across projects.

Quick Start

Provide the Beamer .tex filename and run the translation workflow to generate a Quarto RevealJS presentation.

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 a Beamer LaTeX presentation to Quarto RevealJS?

The translation workflow converts Beamer .tex files into a fully functional Quarto RevealJS presentation, handling content translation, TikZ extraction, citation mapping, and figure handling to produce a ready-to-render Quarto file.

What is the best way to translate TikZ figures and citations when moving Beamer to Quarto?

A dedicated Beamer-to-Quarto translation workflow handles TikZ extraction and citation mapping directly, ensuring your LaTeX figures and references are preserved in the final Quarto RevealJS output.

Does converting Beamer to Quarto preserve the original lecture structure and math formatting?

Yes, the Beamer-to-Quarto conversion preserves lecture structure, math, and visuals, producing a faithful lecture-ready Quarto RevealJS layout from your LaTeX source.

Can I use this Beamer to Quarto translation workflow for reproducible lecture pipelines?

Yes, the workflow supports reproducible pipelines by treating the Beamer .tex file as the single source of truth and translating content consistently across projects.

What do I need to provide to start translating a Beamer LaTeX file into Quarto slides?

You need to provide the Beamer .tex filename and run the translation workflow to generate a ready-to-render Quarto RevealJS presentation file with a YAML header.

Why does my Beamer to Quarto conversion need a multi-phase workflow?

A Beamer-to-Quarto conversion needs a multi-phase workflow to accurately handle complex LaTeX elements like TikZ extraction, citation mapping, and figure handling during the content translation process.