classification
Title: Figure directive not handled for latex writing in Sphinx
Type:
Components: Documentation tools (Sphinx) Versions: Python 2.5
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: aafshar, georg.brandl
Priority: Keywords: patch

Created on 2008-05-08 20:11 by aafshar, last changed 2008-05-16 13:36 by georg.brandl.

Files
File name Uploaded Description Edit Remove
latex-figure.diff aafshar, 2008-05-08 20:11 Patch to add writing of figure directive and embedded caption
Messages
msg66437 (view) Author: Ali Afshar (aafshar) Date: 2008-05-08 20:11
.. figure:: directive is not handled when writing to latex, and this
directive seems the only way to have a captioned image in rst.

I have added a patch that simply handles the figure, and captions.

Note that figures have an additional component of "legends" but I can't
seem to work out what these are.
msg66944 (view) Author: Georg Brandl (georg.brandl) Date: 2008-05-16 13:36
Thanks, committed as r63372.
History
Date User Action Args
2008-05-16 13:36:58georg.brandlsetstatus: open -> closed
resolution: accepted
messages: + msg66944
2008-05-08 20:11:25aafsharcreate