Notes for org-mode to S5 slides

Reference

Installation

  • Download org-export-as-s5.el
  • put into emacs load path
  • add (provide 'org-export-as-s5) at the end
  • put (require 'org-export-as-s5) at .emacs file

Usage

M-x org-export-as-s5

Remarks

ui directory needs to be located in the same directory

Theme

(setq org-s5-theme "railscast")   ; based off `color-theme-railscasts'
(setq org-s5-theme "default")     ; the default S5 theme
(setq org-s5-theme "i18n")        ; the i18n theme by the author of S5

Example

  • 1 : simple
  • 2 : Latex, image, code

Sample

# -*- org-export-babel-evaluate: nil -*-
#+Title: A Simple S5 example
#+DATE: SNUG June 2011
#+AUTHOR: P. de Buyl -- CPTG (U of T) & Phys. Complex Sys. (Brussels)
#+Babel: :results silent
#+OPTIONS: timestamp:nil creator:nil author:nil num:nil toc:nil

\begin{equation*} 
< {\bf v}(\tau) \cdot {\bf v} > = \int_0^\infty {\bf v}(t+\tau) \cdot {\bf v}(t)
\end{equation*}

#+ATTR_HTML: style="float:right;" width="500px"
[[file:UofT_logo.png]]
- Prof. R. Kapral
#+HTML: <br style="clear:both;" />


Published

30 June 2012

Tags