longkl

Created: 2021-11-28 Sun 10:41

:REVEALPROPERTIES:

1. Installing org-reveal

  (use-package ox-reveal)

2. First export

2.1. Basic Header


:REVEAL_PROPERTIES:
#+REVEAL_ROOT: https://cdn.jsdelivr.net/npm/reveal.js
#+REVEAL_REVEAL_JS_VERSION: 4
:END:

#+TITLE: Reveal JS Presentation
#+SUBTITLE: Straightforward Emacs - org-reveal
#+AUTHOR: Jake B

3. Improving your export

  1. #+REVEAL_THEME:
  2. #+OPTIONS: timestamp:nil toc:1 num:nil
  3. #+REVEAL_INIT_OPTIONS: slideNumber:true

4. #+ATTRHTMLs

4.1. Step-by-step elements

https://revealjs.com/fragments/ #+ATTR_REVEAL: :frag (appear)

4.2. Images

5. Notes

You can write speaker notes within org-reveal using the #+BEGIN_NOTES and #+END_NOTES lines. These notes can be seen in a speaker window. You open this window by pressing the s key on your reveal.js presentation, like so.

6. Links