From: Michael Smith Date: Fri, 10 Mar 2006 08:04:15 +0000 (+0000) Subject: Added support for Segmentedlist. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fa32ca6e69bcecf294cf525dea3200fd9d86f75d;p=docbook-dsssl Added support for Segmentedlist. Details: Output is tabular, with no option for "list" type output. Output for Segtitle elements can be supressed by setting man.segtitle.suppress. If Segtitle content is output, it is rendered in italic type (not bold because not all terminals support bold and so italic ensures the stand out on those terminals). Extra space (.sp line) at end of table code ensures that it gets handled correctly in the case where its source is the child of a Para. Closes feature-request #1400097. Thanks to Daniel Leidert for the patch and push, and to Alastair Rankine for filing the original feature request. --- diff --git a/xsl/manpages/lists.xsl b/xsl/manpages/lists.xsl index 7a69456dc..d13cbc36e 100644 --- a/xsl/manpages/lists.xsl +++ b/xsl/manpages/lists.xsl @@ -11,6 +11,8 @@ copyright and other information. ******************************************************************** --> + +0 + + + .PP + + + + + .TS + + + + + + l + + . + + + + + + + + + + + + + + .TE + + .sp + + + + + + + + + + + + + + + + + + + + + + + + + + + T{ + + + + + T} + + + + + + + + + + + diff --git a/xsl/manpages/utility.xsl b/xsl/manpages/utility.xsl index 9b0a9144c..f214f9a39 100644 --- a/xsl/manpages/utility.xsl +++ b/xsl/manpages/utility.xsl @@ -157,6 +157,7 @@ @@ -185,6 +186,7 @@ self::glosslistlist or self::itemizedlist or self::orderededlist or + self::segmentedlist or self::procedure or self::address or self::literallayout or