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

element. If you use

element it will be used for slide sub-title. For titles ON SLIDE use

element. - put all elements of presentation (logos, pictures) in same directory 7. to create optional .zip of presentation (a.k.a. "pack and go") do $ make pack and it will create zip with name of your presentation (my_presentation.zip) That's it. If you have problems contact dpavlin@rot13.org.