Still using office or related software to make your presentation?
In fact for Emacs Org-mode users now have a practice of not having to leave the Org-mode habit, with the Ox-reveal plugin. This plugin will convert the Org-mode document into a beautiful presentation document, using reveal JavaScript for web rendering, cool and nice. Here are the following:
Now to install, with Emacs List-packages, find Ox-reveal, after, install it.
You will also need to install the reveal JavaScript library in the following steps:
1. Download here and unzip to the local directory ~/reveal.js-3.1.0
2. Set the path in Init.el
(setq org-reveal-root "file:///home/dean/reveal.js-3.1.0/")
3. Open the Org document, M-x load-library enter Ox-reveal, and then run the command c-c C-E R r to generate the HTML document
Open Browser preview, a bit slow, because the internal reference Google fonts, was wall, the result font is not good-looking.
The effect is good, left and right ARROW key switch, have the effect of the results, good.
Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.
Emacs Org-reveal Create a web version of presentation