Ask HN: Text-based PPT alternative?

7 points by joeclark77 ↗ HN
Is there any good way to generate slide presentations from text files? I'd like to be able to push my presentations to GitHub as text, so that I can see changes from one version to the next and so on. Is LaTeX the answer? Somebody's got to have wanted to do this before me...

11 comments

[ 1.4 ms ] story [ 41.5 ms ] thread
Latex is pretty great. Use the Beamer packege. However, its drawback is that all slides look very similar, and it's very time-consuming to experiment with discrete slide layouts.

For most users I'd say this is one of the few scenarios where you really really want a graphical editor.

But i totally agree with the need for a github for ppt (and other binary files, like doc, etc!)
I'd be happy if they could just show the contents on the website (or even if they could show PDFs) so that you don't have to click "View Raw" to access them.
I usually go the LaTeX+Beamer route, since LaTeX is what I work with anyway and I usually need LaTeX's math typesetting. Another option is MagicPoint [1], but I have never personally used it.

[1] http://member.wide.ad.jp/wg/mgp/

On a Mac, I like tpp, which can be found at https://github.com/cbbrowne/tpp. I installed it using Homebrew (brew install tpp), which will install the necessary Ruby dependencies. Optionally, for huge letters, you'll need FIGlet (brew install figlet).