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] still trying to get a "nested" indent


  i'm still having trouble specifying that i want to indent my
monospace verbatim environments by a certain distance, and have
that indent carry over into other elements.

  just now, i wanted to put a short <screen> section into a
tip admonition and, as with lists, i got


 [i]   Tip

       blah blah blah .. contents of tip ...
       ... more contents ...

    $ cat /etc/passwd

  IOW, the <screen> was indented, but only with respect to the very 
left of the page, not with respect to its position within the <tip>.

  my stylesheet fragment:

<xsl:attribute-set name="monospace.verbatim.properties">
 <xsl:attribute name="start-indent">0.25in</xsl:attribute>
</xsl:attribute-set>


  if i take this fragment out entirely, then the indent is lost,
of course, but it *does* take into account any containing element.

  what is the indentation customization i should be using?  confused.

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]