summaryrefslogtreecommitdiff
path: root/docutils/docs/ref
diff options
context:
space:
mode:
authorcben <cben@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2003-09-17 14:45:21 +0000
committercben <cben@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2003-09-17 14:45:21 +0000
commit66d287b2b815689879f88abbc62659a86d99fe67 (patch)
treec92995f8a29c338a967f5f3b42e20873f4a2fe76 /docutils/docs/ref
parenteab357004ac61bf1eb4f4332d07b6d81ef1d1c3b (diff)
downloaddocutils-66d287b2b815689879f88abbc62659a86d99fe67.tar.gz
- Added some documentation about text-containing vs. compound elements.
- Improved images in LaTeX writer: - Fixed inline images (used to always break the paragraph). - Implemented ``align`` and ``scale`` options. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1691 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/ref')
-rw-r--r--docutils/docs/ref/doctree.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/docutils/docs/ref/doctree.txt b/docutils/docs/ref/doctree.txt
index 7f0c6cd6d..5bd635bb9 100644
--- a/docutils/docs/ref/doctree.txt
+++ b/docutils/docs/ref/doctree.txt
@@ -109,6 +109,8 @@ Structural Subelements
----------------------
Structural subelements are child elements of structural elements.
+Simple structuctural subelements (title_, subtitle_) contain text
+data; the others are compound and do not directly contain text data.
Category members: title_, subtitle_, docinfo_, decoration_,
transition_
@@ -118,7 +120,10 @@ Bibliographic Elements
``````````````````````
The docinfo_ element is an optional child of document_. It groups
-bibliographic elements together.
+bibliographic elements together. All bibliographic elements except
+authors_ and field_ contain text data. authors_ contains further
+bibliographic elements (most notably author_). field_ contains
+field_name_ and field_body_ body subelements.
Category members: address_, author_, authors_, contact_, copyright_,
date_, field_, organization_, revision_, status_, version_