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)
|
:after org)
|
||||||
#+end_src
|
#+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):
|
Nicer LaTeX editing (AuCTeX):
|
||||||
|
|
||||||
#+begin_src elisp :tangle yes
|
#+begin_src elisp :tangle yes
|
||||||
@@ -337,7 +349,7 @@ nice. Should use the export based templating probably. Eventually.
|
|||||||
#+begin_src elisp :tangle yes
|
#+begin_src elisp :tangle yes
|
||||||
(leaf org-cfg
|
(leaf org-cfg
|
||||||
:after org
|
: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
|
:init
|
||||||
:bind
|
:bind
|
||||||
("C-c ]" . org-ref-insert-link)
|
("C-c ]" . org-ref-insert-link)
|
||||||
@@ -397,6 +409,7 @@ And in case we want to make some (GNU)?plots?
|
|||||||
(leaf gnuplot
|
(leaf gnuplot
|
||||||
:ensure t)
|
:ensure t)
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
*** Org Mode Agenda/Calendar Things
|
*** Org Mode Agenda/Calendar Things
|
||||||
|
|
||||||
**** Agenda Location
|
**** Agenda Location
|
||||||
|
|||||||
Reference in New Issue
Block a user