aliquote.org

From Beamer to Deckset

August 17, 2014

Now that I upgraded to Mavericks (OS X 10.9), I decided to give a try to Deckset which I mentioned in a previous post on Markdown and slideshow.

What is Deckset

The idea of Deckset is that you write simple Markdown (like when using Pandoc) and slides are formatted using gorgeous themes.

Deckset

Slides are rendered as you type your Markdown slides, which is pretty handy, and figures can be displayed in different manner (fit to screen, left- or right-aligned, filtered, or at a specific % of the original size). Any editor that supports Markdown editing (well, basically all text editors) can be used, which means that I can write in Emacs. In fact, Deckset is better described as a presenter not an authoring tool. Unlike Pandoc, it is a paid application (available on the AppStore). It is something to consider if you are happy with Keynotes or Beamer.

Illustration

In what follows, I will use some materials I wrote for a training in Biostatistics with R. Initially, I used a combination of Pandoc and a custom Beamer template to process a set of Markdown files (with a bit of pure LaTeX instructions, though). This way, I was able to focus on the content rather than the layout. It took me some time, however, to get the definitive look-and-feel that I was looking for. If you are interested, see my beamer.latex template and the Makefile I used to generate the PDF slides. Here is what it looks like:

02-eda

(The complete slides are here: 02-eda.pdf.)

And here is what I was able to achieve with a default grey theme:

02-eda-bis

The same slide with a white background:

02-eda-ter

Changing theme is really easy and it applies globally.

theming

Here is the final PDF output. Note that this uses the nice PTmono and Lato fonts.

Some remarks:

Pros and cons

On the Pro side, Deckset is easy to use and it provides live preview, much like Apple Keynote. It further allows to write down in Markdown, which is pretty good, and it has built-in syntax highlighting for many programming languages. Finally, images are handled very decently (although not shown above). If you like text-based editing, doesn’t care about complex layouts (which might be a good idea for visual presentation after all), and do not make heavy use of mathematical notation, then Deckset is worth to take a look.

Minor annoyances are: no MathJax support (see above), no way to customize theme easily or syntax highlighting (in my Beamer presentation, I customize lstlistings to highlight all R language-specific keywords).

See Also

» Light Table and interactive live coding » Textmate 2 » Alternative mail reader for Mac OS X » Visualizing results from SQL queries » User-friendly statistical packages