Конвертация Beamer-лекций в Quarto RevealJS
content
translate-to-quarto is a Claude Code skill that converts a Beamer LaTeX lecture (.tex) into a mirrored Quarto RevealJS file (.qmd), producing interactive HTML slides ready for web publication. The workflow spans 11 phases: environment and SCSS parity audit, TikZ extraction via /extract-tikz, frame-by-frame translation by a dedicated beamer-translator agent with strict 1:1 mapping and verbatim math, citation key conversion, plotly figure integration from RDS data, render and content fidelity check, pedagogical review, visual polish, proofreading via /proofread, and a final sync of corrections back to the Beamer source. Output lands in the Quarto/ directory. The skill is designed for instructors and course authors who need to port a LaTeX deck to RevealJS or create an HTML version of an existing lecture.
- #beamer
- #quarto
- #revealjs
- #html
- #slides
- #conversion