emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] Powerpoint like slideshow from default html export


From: Sander Boer
Subject: [O] Powerpoint like slideshow from default html export
Date: Sat, 11 Feb 2012 21:27:50 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:9.0) Gecko/20111222 Thunderbird/9.0.1

Hi All,

I usually give presentations that are graphically heavy and typically have 3 or 4 movies in them. Powerpoint/impress is too much of a hassle esp. with movies and latex/beamer is nice, but the movie package stopped working for me.

So I hacked together a javascript and a css that transforms the default html export of my org file to a slide show:
http://www.mauc.nl/presentations/test.html

Here's the org-file:
http://www.mauc.nl/presentations/test.org

Here's the rest:
http://www.mauc.nl/assets/css/orgmode-slideshow.css
http://www.mauc.nl/assets/js/orgmode-slideshow.js
(depends on jQuery)

It's iPad-ready (touch events ans such) and will present itself full-screen when added to the homescreen.

On non-touchscreen devices navigation is keyboard-oriented:
forward: k-key, right-arrow, up-arrow, page-up
backwards: J-key, left-arrow, down-arrow, page-down
First slide: home, A-key
Last slide: end, E-key

Also, images are auto-sized. When an image needs to share the screen with more images or accompanynig text (apart from the header) the screen real-estate is divided up between them.

All in all it works, but it is hacky.
No support for deeper trees (yet), no mouse nav and I'm personally not fond of how the images are handled.

Let me know what you think, I will keep you updated of the progress.

Kind Regards,
Sander




reply via email to

[Prev in Thread] Current Thread [Next in Thread]