beamer-slides-teaching

Generate teaching-oriented LaTeX Beamer slide decks with UTS-style conventions.

148|30|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/aspi6246/Claude-Code-Skills-for-Academics --skill beamer-slides-teaching
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: beamer-slides-teaching
Source: https://github.com/aspi6246/Claude-Code-Skills-for-Academics/tree/main/beamer-slides-teaching
Command: npx skills add https://github.com/aspi6246/Claude-Code-Skills-for-Academics --skill beamer-slides-teaching

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

It helps generate teaching-focused LaTeX Beamer slide decks that follow consistent UTS-style conventions, reducing formatting friction and improving clarity for learners.

Core Features & Use Cases

  • pdfLaTeX-safe setup: enforces pdfLaTeX (no XeLaTeX/LuaLaTeX), avoids fontspec, and uses T1 encoding with lmodern for reliable rendering.
  • UTS-ready structure: uses a standardized preamble starting point and a clear deck skeleton (title/outline/frames).
  • Teaching slide conventions: embeds discussion questions with Bloom’s taxonomy (as LaTeX comments) and structures case studies as Context → Tension → Question.
  • Clarity-first slide design: applies rules to avoid walls of text, limit content per slide, and format tables with booktabs and compact sizing.
  • Audio/visual alignment: emphasizes that slide titles are assertions and slides should serve what the instructor says, not replace it.

Quick Start

Ask for a “UTS house style Beamer deck for teaching about [your topic], including an outline, discussion questions labeled with Bloom levels, and one structured case study frame.”

Frequently Asked Questions about beamer-slides-teaching

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

FAQPage Schema
How do I create LaTeX Beamer slide decks for university teaching in a consistent house style?

Generate teaching-oriented Beamer slide decks using pdfLaTeX-compatible settings with standardized preamble conventions, frame structure rules, and formatting constraints like booktabs tables and Bloom taxonomy comment tagging for classroom-ready lecture content.

Can I use XeLaTeX or LuaLaTeX to compile my Beamer teaching slides?

No, this approach enforces pdfLaTeX compilation only, avoiding fontspec and using T1 encoding with lmodern for reliable rendering. XeLaTeX and LuaLaTeX are not supported to maintain consistent formatting and compatibility.

What is the best way to structure a Beamer case study frame for a seminar?

Structure case study frames using a Context, Tension, and Question format to guide learner analysis. This teaching convention frames the scenario, introduces the conflict, and prompts classroom discussion within the Beamer deck.

How do I tag discussion questions with Bloom's taxonomy levels in a Beamer deck?

Embed Bloom's taxonomy levels as LaTeX comments alongside discussion questions within your Beamer frames. This tagging approach aligns slide content with cognitive learning objectives without altering the visible PDF output.

Does this Beamer template approach support multiple-choice question content for lectures?

Yes, the deck skeleton supports classroom-ready MCQ content alongside discussion questions and case study frames. Each slide follows a one-key-idea-per-frame rule to maintain clarity and avoid overwhelming learners with text.

Why should slide titles be assertions in a teaching Beamer deck?

Slide titles should be assertions so slides serve what the instructor says rather than replace it. This clarity-first design principle limits content per slide and ensures the visual presentation aligns with the spoken lecture.