rst2odp
rst2odp copied to clipboard
Create OpenOffice.org (impress) slideshows from restructured text (rst) or python
I have two questions. First of all, what about this one (using rst2odp 0.3.1): ``` matej@mitmanek: PyCon18-m2crypto (master *%)$ rst2odp --traceback --template-file=urania_black.otp --font='Urania Czech' --mono-font=Incosonlata slides.rst slides.odp Traceback (most recent...
From @agapow: In the test templates, there are templates that have datetime / footer / slide-number fields, but these do not appear in the output. Are they just ignored?
I found that I could workaround this problem by adding "left", but that causes the notes to have a huge right margin. 
See issues and commits.
I would for instance like to change the color of the bullet in a bulleted list. I have updated the template file in the master slide and in the "Bullets...
A file containing: ``` .. raw:: html .strike { text-decoration: line-through; } ================= Demo presentation ================= Overview Slide 2 ======= A slide. ``` Fails with: ``` Could not import pygments...
This file: ``` ================= Demo presentation ================= Slide 2 ======= Previous slide was intro. NOTE the last slide had no body text. ``` Will fail with: ``` Could not import...