mattharrison / rst2odp

Create OpenOffice.org (impress) slideshows from restructured text (rst) or python
MIT License
27 stars 16 forks source link

Use dimensions of placeholders from master slide, instead of hard-coding. #28

Closed qris closed 11 years ago

qris commented 11 years ago

Allows the user to control where text is placed, by editing the layout of the master slide of the template presentation.

Load the dimensions from odplib/data/styles.xml if there's no template presentation, instead of hard-coding them.

Also a couple of minor bug fixes.

mattharrison commented 11 years ago

This is awesome! Just one small tweak. (default binary to false)

qris commented 11 years ago

I deliberately set no default to force the caller to think about whether they wanted binary or ascii. is that OK?

mattharrison commented 11 years ago

Fair enough. Thanks again!