From 6479b0634201f87b878b4a0a01af6e0b52cace86 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Wed, 22 Mar 2006 02:04:23 +0000 Subject: [PATCH] Further table fine-tuning. Added handling for nested tables (discard them with a warning, because tbl(1) does not support nested tables). Also deal with cases where source table has multiple tgroup. Only output "allbox" if border != 0. --- xsl/manpages/table.xsl | 36 +++++++++++++++++++++++++----------- 1 file changed, 25 insertions(+), 11 deletions(-) diff --git a/xsl/manpages/table.xsl b/xsl/manpages/table.xsl index 0113b28cc..186de81ec 100644 --- a/xsl/manpages/table.xsl +++ b/xsl/manpages/table.xsl @@ -1,4 +1,4 @@ - + - + - + + + - - - - - - - - + + + @@ -75,8 +72,10 @@ .TS + allbox; + @@ -94,6 +93,7 @@ .TE .sp + @@ -281,4 +281,18 @@ + + + + + + + + + + + Warn: Discarding nested table. Not supported in tbl(1). + [Nested table. Not supported in tbl(1).] + + -- 2.40.0