Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.24 KB

revealjs.org

File metadata and controls

41 lines (30 loc) · 1.24 KB

Reveal JS / Presenations

I have often used Reveal JS for presentations. I find having a simple web based format that doesn’t require a powerpoint player to be quite convenient.

Reveal JS Website

My exporter is NOT as elaborate as the full emacs exporter but it does a reasonable job building a presentation.

images/orgrevealjs.gif

Themes

Reveal JS supports a set of builtin themes. These can be controlled with an orgmode comment as follows:

#+REVEAL_THEME: league  

Source block highlights can also be controlled in this manner:

#+REVEAL_HIGHLIGHT: zenburn   

Most of these types of comments have a sublime config file equivalent:

  • REVEAL_THEME: RevealTheme
  • REVEAL_HIGHLIGHT: RevealHighlight
  • REVEAL_VLEVEL: RevealVLevel

Per Slide Properties

Reveal supports a wide variety of per slide properties. These can be specified by properties in a property drawer. See the reveal documentation for more information.

  	:PROPERTIES:
	:reveal_background: images/name-of-image
	:reveal_background_size: width-of-image
	:reveal_background_trans: slide
	:END: