From e54ecc7504f6f2c95ef640d3c4b1ca6ce8d722d5 Mon Sep 17 00:00:00 2001 From: Erik Fasterius Date: Mon, 30 Oct 2023 08:21:52 +0100 Subject: [PATCH] Add note on Quarto revealjs bug --- pages/quarto/quarto-5-presentations.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pages/quarto/quarto-5-presentations.md b/pages/quarto/quarto-5-presentations.md index a45e5d7d..d28809f8 100644 --- a/pages/quarto/quarto-5-presentations.md +++ b/pages/quarto/quarto-5-presentations.md @@ -12,6 +12,13 @@ header levels. * Render your document using the `--to revealjs` flag and open it. +> **Note**
+> If you get an `NotFound: No such file or directory (os error 2)` error when +> doing this, it is likely due to a known bug. Try adding the `revealjs` format +> in your YAML header along with an option, _e.g._ `theme: default` - check the +> [Presentation options](#presentation-options) below for details on how to do +> this. + You should now have the same document we've been working on for this tutorial in presentation format! You can step through the slides using the arrow keys, press `F` to go into full-screen mode, `S` to view speaker notes, `M` for the menu @@ -33,7 +40,7 @@ a title). There are many ways you can add presentation-specific content to your slides, some of which you'd recognise from *e.g.* PowerPoint functionality. -So called "divisions" or "divs" allow you to control the appearance of content +So called "divisions" or "divs" allow you to control the appearance of content in your slides. Let's fix that issue with the table that was larger than the page. The problem here is