reveal js
This commit is contained in:
15
main.org
15
main.org
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user