commit | f8d5ff1d1ea6ead88aacdaa589861ed2d214f9a9 | [log] [tgz] |
---|---|---|
author | Marc Kupietz <kupietz@ids-mannheim.de> | Mon Oct 09 18:58:09 2023 +0200 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Mon Oct 09 18:58:09 2023 +0200 |
tree | 3380ad72facfaa6724eaeef1b7914b404adcdb5d | |
parent | fbf254d01f62f2a0dd1e03f2b99d110c64bacc0d [diff] [blame] |
Default to ids theme Change-Id: I83c57a86247c1cca7d350ae2b101eb2bf03b8d14
diff --git a/R/revealjs_presentation.R b/R/revealjs_presentation.R index 178a08c..47f4073 100644 --- a/R/revealjs_presentation.R +++ b/R/revealjs_presentation.R
@@ -138,8 +138,8 @@ fig_height = 6, fig_retina = if (!fig_caption) 2, fig_caption = FALSE, - self_contained = TRUE, - theme = "simple", + self_contained = FALSE, + theme = "ids", transition = "convex", background_transition = "fade", reveal_options = NULL,