Visual Audit of Slide Deck
Perform a thorough visual layout audit of a slide deck, checking for overflow, font consistency, box fatigue, and spacing issues.
Steps
Read the slide file specified in
$ARGUMENTSFor Quarto (.qmd) files:
- Render with
quarto render Quarto/$ARGUMENTS - Open in browser to inspect each slide
- Render with
For Beamer (.tex) files:
- Compile and check for overfull hbox warnings
Audit every slide for:
OVERFLOW:
- Content exceeding slide boundaries
- Text running off the bottom of the slide
- Overfull hbox warnings (LaTeX)
FONT CONSISTENCY:
- Inline font-size overrides below 0.85em
- Inconsistent font sizes across similar slides
- Blanket font reduction via
.smallerwhen spacing would suffice
BOX FATIGUE:
- 2+ colored boxes on a single slide (dilutes visual emphasis)
- Transitional remarks in boxes that should be plain italic
.quoteboxused for non-quotations
SPACING:
- Missing negative margins on section headings
- Missing
fig-align: centeron plots - Blank lines between bullet items that could be consolidated
LAYOUT:
- Missing fragment reveals (
. . .) for problem→solution moments - Missing standout slides at major conceptual pivots
- Missing framing sentences before formal definitions
.positive/.negativesemantic colors not used on binary contrasts
Produce a report organized by slide:
- Slide title/number
- Issue description
- Severity (high/medium/low)
- Recommended fix (spacing-first approach)
Follow the spacing-first principle: Priority order for fixes:
- Reduce vertical spacing with negative margins
- Consolidate lists (remove blank lines)
- Move displayed equations inline
- Reduce image/SVG size
- Last resort: font size reduction (never below 0.85em)