SLIDES

Dr. Ajay Kumar Koli (PhD) ⋅ SARA Institute of Data Science, India

Advantage of Slides using Quarto

  1. Reproducibility

  2. Iterative Workflow

  3. Customization and Flexibility

  4. Multi-Format Output

  5. Integration with Other Tools

  6. Documentation and Support

  7. Efficiency

  8. Collaboration

  9. Interactive Elements

  10. Consistency

Set Up Your Project

  • Create a new directory for your slides project.

  • Inside this directory, create a file named index.qmd. This will contain the configuration settings and content for your slides.

  • Quarto will use revealjs format.

Know more about revealjs: https://revealjs.com/

Creating Slides

---
title: "Habits"
author: "John Doe"
format: revealjs
---

## Getting up

- Turn off alarm
- Get out of bed

## Going to sleep

- Get in bed
- Count sheep

Slides Overview, press o

Creating Sections in Slides

---
title: "Habits"
author: "John Doe"
format: revealjs
---

# In the morning

## Getting up

- Turn off alarm
- Get out of bed

## Breakfast

- Eat eggs
- Drink coffee

# In the evening

## Dinner

- Eat spaghetti
- Drink wine

## Going to sleep

- Get in bed
- Count sheep

Slides Overview, press o

Incremental Lists

---
title: "My Presentation"
format:
  revealjs:
    incremental: true   

---

Div

::: {.incremental}

- Eat spaghetti
- Drink wine

:::
::: {.nonincremental}

- Eat spaghetti
- Drink wine

:::

Learn more about divs: https://quarto.org/docs/authoring/markdown-basics.html#sec-divs-and-spans

Multiple Columns

:::: {.columns}

::: {.column width="40%"}
contents...
:::

::: {.column width="60%"}
contents...
:::

::::

Slide with a pause

## Slide with a pause

content before the pause

. . .

content after the pause

Asides

## Slide Title

Slide content

::: aside
Some additional commentary of more peripheral interest.
:::

Footnotes

## Slide Title

- Green ^[A footnote]
- Brown
- Purple

::: aside
Some additional commentary of more peripheral interest.
:::
1 / 13
SLIDES Dr. Ajay Kumar Koli (PhD) ⋅ SARA Institute of Data Science, India

  1. Slides

  2. Tools

  3. Close
  • SLIDES
  • Advantage of Slides using Quarto
  • Set Up Your Project
  • Creating Slides
  • Slides Overview, press o
  • Creating Sections in Slides
  • Slides Overview, press o
  • Incremental Lists
  • Div
  • Multiple Columns
  • Slide with a pause
  • Asides
  • Footnotes
  • f Fullscreen
  • s Speaker View
  • o Slide Overview
  • e PDF Export Mode
  • r Scroll View Mode
  • ? Keyboard Help