From 19dcc79a98ae8fda8c9c64b7105d6158ea7333b8 Mon Sep 17 00:00:00 2001 From: Fabrice Mouhartem Date: Tue, 28 Jan 2025 22:36:29 +0100 Subject: [PATCH] feat(presenting): start reveal.js section --- content/tips/presenting.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/content/tips/presenting.md b/content/tips/presenting.md index f71f463..a2cb0c3 100644 --- a/content/tips/presenting.md +++ b/content/tips/presenting.md @@ -107,8 +107,11 @@ than they are. ## Typst Touying -## reveal.js +## Pandoc and reveal.js +[reveal.js] is a javascript framework to produce clean and dynamic slides. My +settings to generate them are liberally inspired by [Pablo +Coves](https://pcoves.gitlab.io/blog/pandoc-markdown-revealjs/). # Presenting Slides {#presenting-slides} @@ -126,3 +129,4 @@ than they are. [overlay]: https://www.overleaf.com/learn/latex/Beamer_Presentations%3A_A_Tutorial_for_Beginners_(Part_4)%E2%80%94Overlay_Specifications [TikZ]: https://www.ctan.org/pkg/pgf [tikzpingus]: https://github.com/EagleoutIce/tikzpingus +[reveal.js]: https://revealjs.com/