|
From: David E. <d....@ne...> - 2010-05-04 12:05:16
|
Hello. I'm trying to style the images of my rst document and it does not work. I use that command line : rst2odt --stylesheet=styles.odt index.rst index.odt In the styles.odt, I have defined an image style : rststyle-logo. In my document, I tried : .. image:: image.png :align: right :scale: 100 :class: rststyle-logo or ..class:: rststyle-logo .. image:: image.png :align: right :scale: 100 It "compiles", the image is visible but the style os not right. How can I link an image with a style defined in the styles.odt ? Thanks a lot. Best regards. David Emo. |