Presention software?

Peter M. Petrakis peter.petrakis at gmail.com
Fri Jun 7 10:23:32 EDT 2013


I use this a lot.

http://www.ngolde.de/tpp.html

trivial markup language, resembles MD. Being terminal based
it does well for presentations that flip between content
and running demonstrations; you could probably keep the entire
presentation inside emacs.

ex from homepage:

--author Andreas Krennmair
--title A simple example
--date today
This is the abstract of this presentation.
It may consist of zero or more lines, and may be as long as you want.
--newpage agenda
--heading Agenda

   * Introduction

   * Concept

   * Implementation

   * Comparison with other implementations

   * Conclusions
--newpage intro
--heading Introduction

This is the introduction. And below, that's source code.

--beginoutput
#include <stdio.h>

int main(void) {
   puts("Hello World!");
   return 0;
}
--endoutput


On 06/07/2013 09:53 AM, Greg Rundlett (freephile) wrote:
> +1 Eric Meyer's s5 is good.
>
> My notes on the subject
> https://freephile.org/wiki/index.php/Presentation
>
> Greg Rundlett
>
>
>
> _______________________________________________
> gnhlug-discuss mailing list
> gnhlug-discuss at mail.gnhlug.org
> http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/
>



More information about the gnhlug-discuss mailing list