From: Michael Smith Date: Tue, 2 Jan 2007 10:23:06 +0000 (+0000) Subject: This is a first attempt at ensuring that list content nested in X-Git-Tag: release/1.79.1~6^2~2404 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ff936a1970304c075354c546409dc96d2c48f72c;p=docbook-dsssl This is a first attempt at ensuring that list content nested in itemizedlist and orderedlist instances is properly indented. This is a switch from using .TP to format those lists to using .RS/.RE to format them instead (because .TP does not allow nesting). This probably breaks something else and therefore will likely need some refinement after more testing. Closes bug #1602616. Thanks to Daniel Leidert. --- diff --git a/xsl/manpages/lists.xsl b/xsl/manpages/lists.xsl index 951d7114c..167dfaa46 100644 --- a/xsl/manpages/lists.xsl +++ b/xsl/manpages/lists.xsl @@ -128,30 +128,57 @@ - - - - .TP + + .RS + + + + + + \h'- - - - - + 0 + + + ' + + \h'+ + + 0 + + ' + + .RE - - - - .TP + .RS + + + + + + \h'- - - - - + 0 + + + ' + + + + \h'+ + + 0 + + ' + + + .RE + @@ -165,12 +192,6 @@ - .TP - - - - - @@ -184,25 +205,12 @@ - .RS - - - - - .PP - .TP - - - - - - .RE + @@ -37,6 +38,7 @@ +