Skip to content

Commit

Permalink
Describe navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
coatless committed Apr 30, 2024
1 parent c8b7446 commit 5ac8f90
Showing 1 changed file with 34 additions and 4 deletions.
38 changes: 34 additions & 4 deletions docs/demos/template-revealjs.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,33 @@ format:
stanford-revealjs: default
---

## Slide with title
## Welcome to the presentation.

Some quick house keeping notes for those new to RevealJS

### Navigation With keyboards

To move between slides in the presentation, please use:

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

### Tools

- menu bar for options: `m`
- overview of slides: `o`
- zoom element: `alt` (windows) or `option` (mac)
- [print slides](https://quarto.org/docs/presentations/revealjs/presenting.html#print-to-pdf)

## Chalkboard

This slide theme using [reveal-js.calkboard](https://github.com/rajgoel/reveal.js-plugins/tree/master/chalkboard) plugin to allow for annotations. See [Quarto documentation](https://quarto.org/docs/presentations/revealjs/presenting.html#chalkboard) for supported options. Note, the following keyboard short cuts:

- notes: `c`
- chalkboard: `b`
- delete drawing: `del`
- download drawing: `d`

Hello there! Welcome to the presentation.

## Slide with some mathematics

Expand All @@ -21,16 +45,22 @@ $$a^2 = b^2 + c^2$$

Inline: $\frac{a+b}{a} = \frac{a}{b} = \varphi$

## Slide with lists
## Slide with lists that increment

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

::: {.incremental}
- Hello there!
1. Yogurt
2. Flank steak
- Goodbye!
:::


## Some quick R

Example R code:
Example R code:

```{r}
1 + 1
```
Expand Down

0 comments on commit 5ac8f90

Please sign in to comment.