slide-generation

Convert LaTeX papers into Beamer presentation skeletons using Python stdlib.

Updated Apr 23, 2026
One-click install
npx skills add https://github.com/Embers-of-the-Fire/agent-research-skills-opencode --skill slide-generation-embers-of-the-fire
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slide-generation
Source: https://github.com/Embers-of-the-Fire/agent-research-skills-opencode/tree/main/.opencode/skills/slide-generation
Command: npx skills add https://github.com/Embers-of-the-Fire/agent-research-skills-opencode --skill slide-generation-embers-of-the-fire

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates turning LaTeX research papers into ready-to-present Beamer slides, saving time and ensuring consistency between content and presentation.

Core Features & Use Cases

  • Extracts title, authors, abstract, sections, figures, tables, and equations from a LaTeX paper.
  • Generates a Beamer (Beamer LaTeX) skeleton with an outline and slide structure.
  • Provides templates and guidance for slide layout and visual design with optional poster support.

Quick Start

Run the script on your main.tex file to generate a Beamer slide deck from your paper.

Frequently Asked Questions about slide-generation

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

FAQPage Schema
How do I convert a LaTeX paper into Beamer presentation slides?

To generate Beamer slides from a LaTeX paper, you run a Python script on your main TeX file that parses the title, authors, abstract, sections, figures, and equations to output a Beamer presentation skeleton.

Can I automatically extract figures and tables from my TeX file for a Beamer presentation?

Yes, the slide-generation script automatically extracts figures, tables, and equations from your LaTeX paper and integrates them directly into the generated Beamer presentation skeleton.

Do I need any external Python packages to generate Beamer slides from LaTeX?

No, you do not need external Python packages to generate Beamer slides. The script relies solely on the Python standard library to parse the TeX file and extract the academic paper content.

What is the best way to create a Beamer skeleton for a conference talk from an academic paper?

The best way to create a Beamer skeleton for a conference talk is to use an automated script that extracts your academic paper's sections and abstract, providing a structured slide layout ready for presentation.

Can I use this LaTeX to Beamer conversion for poster presentations?

Yes, you can use this conversion for poster presentations. The Skill provides templates and guidance for slide layout and visual design, including optional poster support for academic outputs.

Why does my generated Beamer presentation only include a skeleton of my research paper?

The generated Beamer presentation includes a skeleton because the script extracts the paper's structural elements like sections and equations to establish a baseline slide layout, requiring you to manually refine the talk content.