summaryrefslogtreecommitdiff
path: root/docutils/docs/user
diff options
context:
space:
mode:
authordkuhlman <dkuhlman@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2010-05-03 22:20:21 +0000
committerdkuhlman <dkuhlman@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2010-05-03 22:20:21 +0000
commit31da62a25c31e64de43216e4a52fc08e6f4a132e (patch)
tree94a88b4f8928890acd8998727957bcf46adf9ca2 /docutils/docs/user
parent62f83e40e7920a64d8abd70fcfea6f2c2cddd9de (diff)
downloaddocutils-31da62a25c31e64de43216e4a52fc08e6f4a132e.tar.gz
Added support for legends inside a figure
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6318 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/user')
-rw-r--r--docutils/docs/user/odt.txt10
1 files changed, 9 insertions, 1 deletions
diff --git a/docutils/docs/user/odt.txt b/docutils/docs/user/odt.txt
index ec3fd6128..6b7f0300e 100644
--- a/docutils/docs/user/odt.txt
+++ b/docutils/docs/user/odt.txt
@@ -241,6 +241,10 @@ rststyle-bodyindent
rststyle-bulletitem
An item in an bullet list.
+rststyle-caption
+ The caption in a figure or image. Also see
+ ``rststyle-legend``.
+
rststyle-codeblock
Literal code blocks -- A block of example code. Created with
double colon ("::") followed by an indented block or with the
@@ -286,6 +290,10 @@ rststyle-highlights-enumitem
rststyle-horizontalline
A horizontal line, e.g. used for transitions.
+rststyle-legend
+ The legend in a figure. See the Docutils figure directive. Also
+ see ``rststyle-caption``.
+
rststyle-table-title
The style for titles of tables. See section `The table
directive`_.
@@ -726,7 +734,7 @@ http://docutils.sourceforge.net/docs/ref/rst/directives.html#custom-interpreted-
<http://docutils.sourceforge.net/docs/ref/rst/directives.html#custom-interpreted-text-roles>`_.
**Note:** The ability to base a role on another existing role is
-not supported by ``odtwriter``.
+*not* supported by ``odtwriter``.
Hints and Suggestions and Features