My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads
Wiki pages

XlideR

A presentation slide creator

This program takes an xml file input and creates an SWF presentation slides. It is capable to embed graphics, and tex inlined input. A movie can be included as well, as a stream (not embedded). The layout of the slides is controlled using a theme file. The xml tag's options may override the defined settings of the theme file. A presentation can be created as simple as the following example:

<presentation>
<slide>
  <heading>
    This is title
  </heading>
  <item>
    power(full)point goes here
    <item>
       with some sub-items
    </item>
  </item>
  <item>
    and another item
  </item>
</slide>
</presentation>
Powered by Google Project Hosting