Skip to content

Latest commit

 

History

History
77 lines (63 loc) · 1.48 KB

File metadata and controls

77 lines (63 loc) · 1.48 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 [[2-0-veeqo-is-multi-channel-order-management.png]]

Six – executing source code

  1. Press c to move to the next code block.
    date
        
  2. Press C to move to the previous code block.
    uname -a
        
  3. When a code block is executed with C-c C-c, the page is refreshed to show the results.
    echo "in $(pwd)"
        

Seven – only title

Eight – title..

and text