Skip to content

Paper Talk Workflow

Use this path for a conference presentation, lab meeting, or reading-session talk centered on one paper and its contribution.

bash
npx -y slidev-theme-scholarly init paper-session --template paper-talk

Useful snippets

bash
pnpm exec sch snippet append cite --file slides.md
pnpm exec sch snippet append methodology --file slides.md
pnpm exec sch snippet append results --file slides.md

Use the VS Code sidebar previews when deciding whether a paper section needs a layout or a component.

Theme mode and contrast

Paper talks often mix dense text, equations, and result highlights. Prefer contentMode: light with chromeMode: match for citation-heavy slides, use sectionMode: dark only for section breaks, and check theme mode and contrast before using quote or Highlight blocks on light slides.