This is the mail archive of the
docbook-apps@lists.oasis-open.org
mailing list .
[docbook-apps] indent doesn't seem to recognize the <ol> environment
- From: "Robert P. J. Day" <rpjday at mindspring dot com>
- To: docbook apps list <docbook-apps at lists dot oasis-open dot org>
- Date: Fri, 12 Sep 2003 18:47:09 -0400 (EDT)
- Subject: [docbook-apps] indent doesn't seem to recognize the <ol> environment
in order to aesthetically set off my monospace verbatim environments,
i use the stylesheet fragment:
<xsl:attribute-set name="monospace.verbatim.properties">
<xsl:attribute name="start-indent">0.25in</xsl:attribute>
</xsl:attribute-set>
for indentation.
this works fine if my <screen> or <programlisting> is in, say,
a regular paragraph. but if i insert a screen in an <orderedlist>,
i get
1. blah blah blah ...
more blah
screen stuff
as in, the <screen> content is indented .25in from the very left,
rather than relative to the already-indented content of the <listitem>
in the ordered list, which is what i'd prefer.
is this what i should have expected? is there a way around this?
rday
To unsubscribe from this list, send a post to docbook-apps-unsubscribe@lists.oasis-open.org.