What problem does it solve?
It helps you prevent broken or ugly Beamer decks by finding compilation errors, missing assets, and layout problems (like overfull/underfull text) before you present.
Core Features & Use Cases
- Automated compile diagnostics: Runs a two-pass pdfLaTeX compile and extracts errors, warnings, overfull/underfull boxes, and missing-file issues into a structured summary.
- Visual slide inspection: Renders every slide page to PNG images so you can reliably detect layout problems that don’t always produce compiler warnings.
- Guided fixing and verification: Provides targeted fixes (with user approval before editing) and a re-run verification loop to confirm the deck is clean.
- Use case: After generating a Beamer teaching deck, audit it to ensure every frame compiles cleanly and that text, tables, images, and code/verbatim blocks fit within the slide boundaries.
Quick Start
Run beamer-check on your Beamer .tex file, then inspect the generated slide images and address any reported issues.