beamer-presentation-guide
Installation
SKILL.md
Beamer Presentation Guide
Create professional academic presentations using LaTeX Beamer with themes, animations, and best practices for conference talks and research seminars.
Basic Beamer Document
\documentclass[aspectratio=169]{beamer} % 16:9 aspect ratio
% Other options: aspectratio=43 (4:3, default), aspectratio=1610
\usetheme{Madrid} % Visual theme
\usecolortheme{default} % Color scheme
\usefonttheme{professionalfonts}
\usepackage{amsmath,amssymb}
\usepackage{graphicx}
\usepackage{booktabs} % Better tables
\usepackage{hyperref}
Related skills
More from wentorai/research-plugins
academic-paper-summarizer
Summarize academic papers with structured extraction of key elements
43academic-translation-guide
Academic translation, post-editing, and Chinglish correction guide
38academic-writing-refiner
Checklist-driven academic English polishing and Chinglish correction
34academic-citation-manager
Manage academic citations across BibTeX, APA, MLA, and Chicago formats
33abstract-writing-guide
Craft structured research abstracts that maximize clarity and journal acceptance
15ai-writing-humanizer
Remove AI-generated patterns to produce natural, authentic academic writing
14