Hi,
* helix <
helix....@googlemail.com> [17.08.2012 12:33]:
I use a syntax like this to include images:
Text.
.. figure:: path/to/image
:width: 50%
:align: center
:name: fig-imagename
:alt: fig-imagename
Description goes here.
Further text.
The vertical placement is defined in your CSS definitions..
search for the following code in your ``basic.css`` file:
img.align-center, .figure.align-center, object.align-center {
display: block;
margin-left: auto;
margin-right: auto;
}
There you can add lines like these if necessary:
margin-top: 3em;
margin-bottom: 3em;
Hope this helps.
Best regards,
Bernhard