What problem does it solve?
This Skill streamlines the process of updating and republishing TikZ diagrams by extracting them from Beamer source files, compiling them into multi-page PDFs, and converting each page into SVG format for easy integration into Quarto slides.
Core Features & Use Cases
- Diagram Extraction: Identifies TikZ pictures in LaTeX Beamer source files and extracts their code snippets.
- Compilation & Conversion: Compiles extracted TikZ code into a multi-page PDF and converts each page into a separate SVG file, indexed from zero.
- Use Case: When preparing presentation slides, quickly update diagrams in LaTeX and generate web-friendly SVG images ready for Quarto deployment.
Quick Start
To update TikZ diagrams for a paper, ensure the Beamer source matches your extract_tikz.tex, run the script to compile the diagrams into SVG files, then sync the assets to your documentation folder.