Skip to content

Latest commit

 

History

History
57 lines (44 loc) · 1.02 KB

present.org

File metadata and controls

57 lines (44 loc) · 1.02 KB

Example Presentation

One – intro

Simple presentations run by Emacs

  • run in Emacs
  • uses Org-mode markup
  • looks pretty good

with subheadings

and some other stuff

Two – source code

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))

Three – LaTeX images

Kinetic Energy:

\begin{equation*} e = \frac{1}{2}mv^2 \end{equation*}

Four – tables

Squares

11
24
39
416
525
636

Five – images

in-line image display org-mode-unicorn.png