Hi Dave,
Yes, the HTML code uses an HTML table to lay out the calloutlist, and the template with match="callout" in html/lists.xsl sets the first cell width to 5%. If you widen your window, does the column get wider? You could customize that template to change the cell width. Or you could put non-breaking spaces between the callouts to force them to one line, which should override the 5% suggestion.

The FO code uses a fo:list-block with fixed provisional-distance-between-starts, so it will have a similar problem, probably worse. The code should take into account the number of callout bugs, so that would be a nice feature request.

Bob Stayton
Sagehill Enterprises
[email protected]


----- Original Message ----- From: "DavePawson" <[email protected]>
To: "docbook-apps" <[email protected]>
Sent: Saturday, February 07, 2009 11:37 PM
Subject: [docbook-apps] Callouts v5


Using v5


<calloutlist>
<callout arearefs="tc.script.1 tc.script.2 tc.script.3 tc.script.4 tc.script.5">
    <para>Check that all these items (1-5) match your configuration</para>
  </callout>


The html output shows as

1 2 3 4  Check that all these items (1-5) match your configuration
5 6 text

The use of a table has caused the wrapping? Is this a customization job?
Looks a bit ugly, with number 5 as an orphan?



regards

--
Dave Pawson
XSLT XSL-FO FAQ.
http://www.dpawson.co.uk

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]





---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to