This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]