paper-to-beamer

Convert LaTeX paper sources, figures, and BibTeX into a Beamer deck.

13|1|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/yzhao062/agent-config --skill paper-to-beamer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paper-to-beamer
Source: https://github.com/yzhao062/agent-config/tree/main/reference-skills/paper-to-beamer
Command: npx skills add https://github.com/yzhao062/agent-config --skill paper-to-beamer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Convert a scholarly paper's LaTeX source, figures, and bibliography into a complete Beamer deck, saving hours of manual formatting.

Core Features & Use Cases

  • Automated deck generation: from LaTeX sources, figures, and BibTeX data.
  • Template-driven styling: uses templates/paper-deck-base.tex and the USC Beamer theme.
  • Workflow integration: cleanly outputs to decks/<paper-slug> with a presenter map when available.

Quick Start

Use the paper-to-beamer skill to turn a paper's LaTeX sources into a Beamer deck with local templates.

Frequently Asked Questions about paper-to-beamer

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

FAQPage Schema
How do I convert an academic paper's LaTeX source into a Beamer presentation?

You can turn LaTeX sources into a Beamer presentation by using this skill to transform paper files, figures, and BibTeX data into a complete deck. It outputs a 20-25 minute presentation with core, optional, and backup material under a dedicated output directory.

What do I need to generate a Beamer deck from my paper?

To generate a Beamer deck from your paper, you need the paper's LaTeX source files, figures, and bibliography, along with access to local template files like paper-deck-base.tex and theme assets. The skill assembles these inputs automatically to produce the final presentation.

Does the generated Beamer deck include optional and backup slides?

Yes, the generated Beamer deck includes optional and backup slides. The skill assembles a 20-25 minute presentation featuring a core path for the main talk, plus additional optional and backup material to handle audience questions.

Can I use custom Beamer themes and templates with this LaTeX conversion process?

Yes, you can use custom templates with this LaTeX conversion process. The skill is template-driven and specifically requires access to local template files such as paper-deck-base.tex and the USC Beamer theme assets to style the generated presentation.

Where does the generated presentation output get saved?

The generated presentation output is saved under a dedicated directory named decks/<paper-slug>/. This workflow integration cleanly organizes the assembled Beamer deck files and includes a presenter map when available.

What is the best way to automate Beamer deck generation from standard LaTeX workflows?

The best way to automate Beamer deck generation from standard LaTeX workflows is using a template-driven skill that directly parses LaTeX sources, figures, and BibTeX data. This approach saves hours of manual formatting by assembling a complete presentation deck automatically.