reveal js

This commit is contained in:
2023-09-18 21:21:35 -04:00
parent 9dc37f034b
commit fce0f0baad

View File

@@ -324,6 +324,18 @@ For more export formats we use pandoc:
:after org)
#+end_src
Writing mockup presentations can be quicker when you focus on the text
of the presentation first, and prettifying later. Reveal.js is a nice
in between of these.
#+begin_src elisp :tangle yes
(leaf ox-reveal :ensure t
:require t
:after org
:config
(setq org-reveal-root "https://cdn.jsdelivr.net/npm/reveal.js"))
#+end_src
Nicer LaTeX editing (AuCTeX):
#+begin_src elisp :tangle yes
@@ -337,7 +349,7 @@ nice. Should use the export based templating probably. Eventually.
#+begin_src elisp :tangle yes
(leaf org-cfg
:after org
:require org-ref oc-csl org-tempo ox-latex ox-pandoc
:require org-ref oc-csl org-tempo ox-latex ox-pandoc ox-reveal
:init
:bind
("C-c ]" . org-ref-insert-link)
@@ -397,6 +409,7 @@ And in case we want to make some (GNU)?plots?
(leaf gnuplot
:ensure t)
#+end_src
*** Org Mode Agenda/Calendar Things
**** Agenda Location