]> granicus.if.org Git - docbook-dsssl/commit
Segmentedlist output, adjusted width of table cells.
authorMichael Smith <xmldoc@users.sourceforge.net>
Sat, 11 Mar 2006 19:25:49 +0000 (19:25 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Sat, 11 Mar 2006 19:25:49 +0000 (19:25 +0000)
commit858d3080aba30077e73d1d2b1786d2e767e64ae7
tree7a4417d92f283310f6815197340fa0dd24a4e7c2
parent0d16f700c2041ec59565c43bb373060039e88bfb
Segmentedlist output, adjusted width of table cells.
Problem:: Content of table cells in segmentedlist output wraps
even when there's still plenty of room left for text on the
current line. Cause:: Behavior described is by design in tbl(1).
It effectively sets the maximum width of cells to 1/3 of the
current line length. Not sure why... Fix:: Added called to .ll
request that causes line length to temporarily be increased to
1.62 times the current line length before table output of each
segmentedlist, then restore it back to previous width after
output of the table markup. I suppose there are probably some
cases where that will produce some undesirable results. But for
now, it gives good output for all test cases I've tried.
xsl/manpages/lists.xsl