From 52f3b610f7763d1a5dba3e83b1a7f9b0eeb8e9cf Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Thu, 23 Mar 2006 03:02:10 +0000 Subject: [PATCH] Fixed handling of table footnotes. With this checkin, the table support in the manpages stylesheet is now basically feature complete. So this change closes request #619532, "No support for tables" -- the oldest currently open manpages feature request, submitted by Ben Secrest (blsecres) on 2002-10-07. Congratulations to me [patting myself on the back]. --- xsl/manpages/block.xsl | 4 +- xsl/manpages/docbook.xsl | 1 + xsl/manpages/table.xsl | 82 ++++++++++++++++++++++++++++++++++------ 3 files changed, 74 insertions(+), 13 deletions(-) diff --git a/xsl/manpages/block.xsl b/xsl/manpages/block.xsl index d8729a69f..6cfef0983 100644 --- a/xsl/manpages/block.xsl +++ b/xsl/manpages/block.xsl @@ -39,7 +39,9 @@ - .PP + + .PP + diff --git a/xsl/manpages/docbook.xsl b/xsl/manpages/docbook.xsl index 381d91e29..dfd2b3537 100644 --- a/xsl/manpages/docbook.xsl +++ b/xsl/manpages/docbook.xsl @@ -46,6 +46,7 @@ B B B + ---- diff --git a/xsl/manpages/table.xsl b/xsl/manpages/table.xsl index d27ffe500..9cf5b21dc 100644 --- a/xsl/manpages/table.xsl +++ b/xsl/manpages/table.xsl @@ -134,9 +134,6 @@ - - - *[nested table] @@ -288,7 +285,8 @@ align="{@align}"> - Warn: Extracted a nested table. (No nesting support in tbl(1).) + Warn: Extracted a nested table. [tbl(1) does not support nesting] [nested table]* @@ -453,20 +451,80 @@ - - - + + + + + + + + + .br + + + - - - - + + + + + ftn. + + + + + + # + + + + + + [ + + ] + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + + + -- 2.40.0