How to make new presentation with PLies? 1. untar PLies.tar.gz in some directory 2. install Text::FastTemplate module from CPAN $ perl -MCPAN -e 'CPAN::Shell->install(Text::FastTemplate) if you don't have CPAN module, you can install Text::FastTemplate manually. 3. create new directory for presentation $ mkdir my_presentation 4. symlink Makefile from PLies to new directory $ cd my_presentation $ ln -s ../PLies/Makefile 5. generate template files $ make 6. that will create (among others) all.htm (which is main file for your presentation) and infos.txt - edit infos.txt to general info about your presentation (Title, etc...) - edit all.htm. File will be sliptted in slides on