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


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

RE: <step> number and content on different lines


Doh...I just noticed that you say you're using xalan/fo and deduce from
your previous post that you're using 1.50.1.

I doubt this is it, but make sure you haven't somehow over-ridden
list.item.spacing in your customization layer:

<xsl:attribute-set name="list.item.spacing">
  <xsl:attribute name="space-before.optimum">1em</xsl:attribute>
  <xsl:attribute name="space-before.minimum">0.8em</xsl:attribute>
  <xsl:attribute name="space-before.maximum">1.2em</xsl:attribute>
</xsl:attribute-set>

Perhaps post the relevant piece of the fo that the xsl produces (i.e.
"<fo:list-block" and following).

David

> -----Original Message-----
> From: David Cramer 
> Sent: Thursday, May 09, 2002 11:12 AM
> To: O'Donnell, Vincent; docbook@lists.oasis-open.org
> Subject: RE: DOCBOOK: <step> number and content on different lines
> 
> 
> What version of the xsl or dsssl? What version of the 
> stylesheets? There
> was a bug in the xsls that was fixed in 1.45:
> 
> http://sourceforge.net/tracker/index.php?func=detail&aid=46012
> 3&group_id
> =21935&atid=373749
> 
> David
> 
> > I am using a procedure in my xml and I am finding that in the 
> > final pdf, the
> > content of the step is on the next line from the number of 
> > the step, e.g., i
> > am seeing things like:
> 


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