Fix LaTeX code for system messages.
[docutils.git] / sandbox / rst2odp / README
blobbd6ca4f50a514dc1fe6353626fc3987fd6afdd45
1 Converts rst to OpenOffice impress (rst2odp).  Also includes a python
2 library (``odplib/preso.py``) for creating impress files
4 Requires docutils, pygments, PIL
6 Usually it is run like so
8 rst2odp path/to/rstfile.rst output.odp
10 (use --traceback -r 3 for debug)
12 Styling is supported with the ``--template-file`` switch, just pass it
13 an .otp file
15 todo:
16 -----
18 * Fix enumerated lists separated by "\n..\n"
19 * Auto resize textframes/(images too?) as they are added
20 * Image scaling (DONE)
21 * Support for background image per slide (DONE)
22 * Support for no title (DONE transition directive)
23 * Enumerated list (DONE)
24 * Simple animations (DONE)
25 * ???