For revealjs
To learn more about Quarto presentations see https://quarto.org/docs/presentations/.
## Slide 1
). For example:# Section 1
). For example:Example of a section slide
Add {.slide-blue}
class to make it UNHCR blue
{.incremental}
class, so each bullet will appear separately.. . .
to separate content and turn it incremental.Text
{.text-blue}
to apply UNHCR blue color{.text-grey}
for lighter text colorBackground
{.bg-blue}
for light blue background{.bg-grey}
for light grey backgrounddiv
container with class {.columns}
, containing two or more div
containers with class {.column}
and a width
attribute. For example:echo
parameter of code block is set to false
, turn it to true
to see the code and the result.{unhcrthemes}
package to produce UNHCR branded plots directly in the presentation. For example:knitr::kable()
function for simple table. For example:mpg | cyl | disp | |
---|---|---|---|
Mazda RX4 | 21.0 | 6 | 160 |
Mazda RX4 Wag | 21.0 | 6 | 160 |
Datsun 710 | 22.8 | 4 | 108 |
{gt}
, {dt}
and more.mpg | cyl | disp | hp | drat | wt | qsec | vs | am | gear | carb |
---|---|---|---|---|---|---|---|---|---|---|
21.0 | 6 | 160 | 110 | 3.90 | 2.620 | 16.46 | 0 | 1 | 4 | 4 |
21.0 | 6 | 160 | 110 | 3.90 | 2.875 | 17.02 | 0 | 1 | 4 | 4 |
22.8 | 4 | 108 | 93 | 3.85 | 2.320 | 18.61 | 1 | 1 | 4 | 1 |
21.4 | 6 | 258 | 110 | 3.08 | 3.215 | 19.44 | 1 | 0 | 3 | 1 |
18.7 | 8 | 360 | 175 | 3.15 | 3.440 | 17.02 | 0 | 0 | 3 | 2 |
18.1 | 6 | 225 | 105 | 2.76 | 3.460 | 20.22 | 1 | 0 | 3 | 1 |
E
key (or using the Navigation Menu).You can learn more about controlling the appearance and layout of RevealJS output here: https://quarto.org/docs/presentations/revealjs/
Enjoy the template!