Build an academic presentation (with PDF and formulas)
Turn a paper into a presentable Storyboard in VizChat — with the original PDF pinned on the canvas, LaTeX-rendered equations, and a TTS-narrated walkthrough.
Academic talks differ from business talks in two key ways: quotes must be precise and math must render correctly. VizChat's PDF widget pins the source PDF on the canvas so you can jump to any page; rich-text widgets render LaTeX natively ($...$ inline, $$...$$ block), which is perfect for Methods and proof walkthroughs.
Scenario
You're presenting a fresh ICML paper at your lab's reading group. Expected deliverables:
- A 15-minute Storyboard walkthrough (with a TTS rehearsal pass)
- The full source PDF pinned on the canvas so you can jump during Q&A
- Key equations from Methods typeset in LaTeX — no blurry screenshots
Step-by-step
-
Create a Workspace and upload
paper.pdfinto the file tree. The PDF enters the doc library for Agent citations. -
Ask for a summary: "Parse
paper.pdfand split it into Background / Method / Experiment / Conclusion — 150 words each, English." -
Scaffold the canvas: follow up with "From the four sections above, generate 4 rich-text widgets on the canvas arranged horizontally."
-
Embed the source PDF: insert a PDF widget pointing at
paper.pdf. Hover the widget and click the expand button in its header, or select it and pressEnter, to open the enlarged view; the right-side property panel exposes Current Page (0-based) under Navigation for jumping to a specific page. -
Typeset equations: inside the Methods widget, write LaTeX directly:
Core objective: $$ \mathcal{L}(\theta) = \mathbb{E}_{x \sim p_{\text{data}}} \big[ \|f_\theta(x) - y\|^2 \big] + \lambda \Omega(\theta) $$Save — the formula renders live. Inline math uses
$\alpha \in [0,1]$. -
Experiment chart: ask the Agent "From Table 2, extract accuracy for the 3 methods and plot a bar chart." You get a bar chart widget.
-
Storyboard the talk: compose the slides in the storyboard outline (Create mode), one slide per section, write a speaker script per slide (first-person, conversational).
-
TTS rehearsal: pick a narration persona in the storyboard panel and preview end-to-end (equations are highlighted but not read aloud).
-
Live mode: on the projector, press
Ffor fullscreen,←/→to advance line-by-line. If an audience member pushes back, pressEscto leave fullscreen, then zoom thepdf-viewerto the exact page.
Tips
- Precise quoting: when you say "as described on page 5", set the
pdf-viewer's Current Page to 4 (0-based — page 5) and place it on the corresponding slide — saves seconds of fumbling. - Formula not rendering? Confirm the widget is a Rich Text widget and that there's a blank line above and below the block.