Example RevealJS Slides

Let’s Rock and Roll!

FirstName LastName

May 30, 2024

Welcome to the presentation.

Some quick house keeping notes for those new to RevealJS

To move between slides in the presentation, please use:

  • next slide: spacebar, j, or right arrow
  • previous slide: k or left arrow

RevealJS Tools

Some other common tasks with RevealJS:

  • menu bar for options: m
  • overview of slides: o
  • zoom element: alt (windows) or option (mac)
  • print slides

Chalkboard

This slide theme using reveal-js.calkboard plugin to allow for annotations. See Quarto documentation for supported options. Note, the following keyboard short cuts:

  • notes: c
  • chalkboard: b
  • delete drawing: del
  • download drawing: d

Slide with some mathematics

Display:

\[a^2 = b^2 + c^2\]

Inline: \(\frac{a+b}{a} = \frac{a}{b} = \varphi\)

Slide with lists that increment

Below is a list that as you move forward the items are displayed.

  • Hello there!
    1. Yogurt
    2. Flank steak
  • Goodbye!

Some quick R

Example R code:

1 + 1
[1] 2
plot(pressure)