Simple presentations run by Emacs
- run in Emacs
- uses Org-mode markup
- looks pretty good
and some other stuff
Call epresent-run
to present an Org-mode buffer.
;;;###autoload
(defun epresent-run ()
(interactive)
(unless (eq major-mode 'org-mode)
(error "EPresent can only be used from Org Mode"))
(setq epresent--org-buffer (current-buffer))
(epresent--get-frame)
(epresent-mode)
(epresent-top))
Kinetic Energy:
\begin{equation*} e = \frac{1}{2}mv^2 \end{equation*}
Squares
1 | 1 |
2 | 4 |
3 | 9 |
4 | 16 |
5 | 25 |
6 | 36 |
- Press
c
to move to the next code block.date
- Press
C
to move to the previous code block.uname -a
- When a code block is executed with
C-c C-c
, the page is refreshed to show the results.echo "in $(pwd)"
and text