From d0c8d2e6a50c332613d20dddf657c33467d9896b Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Thu, 14 Mar 2002 12:17:06 +0000 Subject: [PATCH] Improve formatting of table footnotes and fix numeration of table/non-table footnotes --- xsl/fo/docbook.xsl | 1 + xsl/fo/fo-rtf.xsl | 144 ++++++++++++++++++++++++++++++++++++++++++++ xsl/fo/footnote.xsl | 98 +++++++++++++++++++++++++++--- xsl/fo/formal.xsl | 21 +++++++ 4 files changed, 255 insertions(+), 9 deletions(-) create mode 100644 xsl/fo/fo-rtf.xsl diff --git a/xsl/fo/docbook.xsl b/xsl/fo/docbook.xsl index c5da75bf6..2a24fe57d 100644 --- a/xsl/fo/docbook.xsl +++ b/xsl/fo/docbook.xsl @@ -44,6 +44,7 @@ + diff --git a/xsl/fo/fo-rtf.xsl b/xsl/fo/fo-rtf.xsl new file mode 100644 index 000000000..8a01bcf60 --- /dev/null +++ b/xsl/fo/fo-rtf.xsl @@ -0,0 +1,144 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/xsl/fo/footnote.xsl b/xsl/fo/footnote.xsl index 497243a7c..1d036d063 100644 --- a/xsl/fo/footnote.xsl +++ b/xsl/fo/footnote.xsl @@ -1,6 +1,8 @@ - - - - - - - - + + + + + + + + + + + + + + + + + @@ -32,7 +44,46 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -51,4 +102,33 @@ + + + + + + + + + + + + + + + + + + Warning: footnote number may not be generated + correctly; + + unexpected as first child of footnote. + + + + + + + + diff --git a/xsl/fo/formal.xsl b/xsl/fo/formal.xsl index e61245d08..afbb85e46 100644 --- a/xsl/fo/formal.xsl +++ b/xsl/fo/formal.xsl @@ -184,6 +184,14 @@ + + + + + + + + @@ -195,6 +203,7 @@ + @@ -207,6 +216,7 @@ + @@ -247,6 +257,15 @@ + + + + + + + + @@ -258,6 +277,7 @@ + @@ -270,6 +290,7 @@ + -- 2.50.1