rst2odp icon indicating copy to clipboard operation
rst2odp copied to clipboard

Create OpenOffice.org (impress) slideshows from restructured text (rst) or python

Results 7 rst2odp issues
Sort by recently updated
recently updated
newest added

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. ![centered_odp](https://user-images.githubusercontent.com/68706/28742277-ad40be02-73e0-11e7-8185-f5b03bc9eb10.png)

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...