rst2beamer 0.5.1 Final
Expanded documentation. Shift to setuptools distribution with script installation.
Changelog
rst2beamer can now be installed via easy_install. The actual rst2beamer is translated into an appropriate form for the platform (e.g. an executable script, a .exe). Ryan Krause has adopted rst2beamer and is busy making improvements. You can find his nascent site here. For the meanwhile, updates may appear on either or both sites.
Sections and subsections are supported, but frametitles must be in the lowest section level. A section with no child sections is the lowest. Note that if you are going to use subsections anywhere in the document but your first slide isn't in a subsection, you have to use dummy a section before your first slide: Images default to being centered and having a height of 0.7textheight (you can turn off the centering with a commandline switch). Thus: produces a graph centered in the middle of the slide. Simple.Introduction
------------
dummy
~~~~~
Slide 1
========
- Point 1
- Point 2
Slide Title
===========
.. image :: image_name.png
|
|

