blob: ca5e59534ed5c36e5d9ad9f8e6ae2c5cbf56cd3e [file] [log] [blame]
---
title: "Minimal Deck"
subtitle: "smallest useful revealjs.ids presentation"
author: "John Doe"
date: "1 January 2026"
# linked QR code in the top left of the title slide:
website: "https://www.ids-mannheim.de/digspra/"
# second institution logo (top right of every slide, next to the IDS logo);
# funder logo (bottom left of the title slide). Local files are embedded:
# partner_logo: "partner-logo.svg"
# funder_logo: "funder-logo.svg"
output: revealjs.ids::revealjs_presentation
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
# Introduction
## Markdown basics
- Some **bold** text in the IDS style
- Incremental points with `{.fragment}` or global `incremental: true`
<!-- 00:30 -->
::: notes
This slide has speaker notes (press `s` for the speaker view) and a
half-minute time budget from the timing comment above -- watch the pacing
timer.
:::
# Results
## Data frames look reasonable by default
```{r}
head(cars, 6)
```
## And plots as usual
```{r pressure, fig.height=5, fig.width=10, message=FALSE}
plot(pressure)
```
# Misc
## Links
A linked QR code, e.g. for supplementary material, can be put on any slide
with inline R code: `r revealjs.ids::qrlink("https://www.ids-mannheim.de/")`