Architecting Slides Protocol
Overview
Quick Start
# Plan talk structure
# (Narrative planning is the first step)
# Choose a LaTeX template
# assets/beamer_template_conference.tex
# Integrate visuals from sys-multimodal
python scripts/slides_to_pdf.py slides/*.png -o presentation.pdf
Workflows
LaTeX Beamer (Default - Recommended)
Best for: Mathematical content, consistent formatting, academic rigor.
- Choose template from
assets/(e.g.,beamer_template_conference.tex) - Customize theme and colors
- Add content (equations, code, algorithms)
- Narrative Review: Ensure flow matches the story arc in
references/presentation_structure.md - Compile to PDF
See references/beamer_workflow.md for documentation.
Visual Presentations (Hybrid)
Best for: Visually stunning results, fast creation.
- Plan: Create detailed narrative plan for each slide.
- Generate: Use
sys-multimodalorcanvas-designskills for visual assets. - Combine: Assemble into PDF with
scripts/slides_to_pdf.py(powered bysys-multimodalutilities).
Reference Library
Base Templates
- Structure: Presentation Structure - Story arcs, talk types, timing
- Design: Slide Design Principles - Typography, color, layout, accessibility
- Visualization: Data Visualization - Chart types, simplification, recreation
Advanced Guides
- Talk Types: Talk Types Guide - Conference, seminar, defense, grant, journal club specific guidance
- Beamer: Beamer Guide - LaTeX themes, customization, advanced features
- Visual Review: Visual Review Workflow - Validation, iteration, quality assurance