From 9f2201ad799738957aae4e50425ee2dbffb4e578 Mon Sep 17 00:00:00 2001 From: Bob Stayton Date: Tue, 18 Jan 2005 08:20:24 +0000 Subject: [PATCH] Added set.flow.properties template call to each fo:flow to support customizations entry point. --- xsl/fo/biblio.xsl | 59 +++++++++++++++++++++------------------ xsl/fo/component.xsl | 30 ++++++++++++++++++++ xsl/fo/division.xsl | 66 ++++++++++++++++++++++++++++++++++++++++++++ xsl/fo/glossary.xsl | 10 +++++++ xsl/fo/index.xsl | 10 +++++++ xsl/fo/pagesetup.xsl | 5 ++++ xsl/fo/refentry.xsl | 15 ++++++++++ xsl/fo/sections.xsl | 10 +++++++ xsl/fo/toc.xsl | 6 ++++ 9 files changed, 184 insertions(+), 27 deletions(-) diff --git a/xsl/fo/biblio.xsl b/xsl/fo/biblio.xsl index 9d4e5b4e8..3ff735f88 100644 --- a/xsl/fo/biblio.xsl +++ b/xsl/fo/biblio.xsl @@ -70,6 +70,11 @@ + + + + + @@ -118,17 +123,17 @@ + space-before.minimum="1em" + space-before.optimum="1.5em" + space-before.maximum="2em"> + and not(self::title) + and not(self::titleabbrev)]"/> @@ -149,16 +154,16 @@ - - - - - - - - - - + + + + + + + + + + @@ -179,7 +184,7 @@ - + @@ -201,16 +206,16 @@ - - - - - - - - - - + + + + + + + + + + @@ -231,7 +236,7 @@ - + diff --git a/xsl/fo/component.xsl b/xsl/fo/component.xsl index 8d7ec21ad..3af7187cc 100644 --- a/xsl/fo/component.xsl +++ b/xsl/fo/component.xsl @@ -186,6 +186,11 @@ + + + + + @@ -256,6 +261,11 @@ + + + + + @@ -327,6 +337,11 @@ + + + + + @@ -409,6 +424,11 @@ + + + + + @@ -490,6 +510,11 @@ + + + + + @@ -572,6 +597,11 @@ + + + + + diff --git a/xsl/fo/division.xsl b/xsl/fo/division.xsl index 354c97b31..db481a602 100644 --- a/xsl/fo/division.xsl +++ b/xsl/fo/division.xsl @@ -131,6 +131,12 @@ + + + + + @@ -195,6 +201,12 @@ + + + + + @@ -284,6 +296,12 @@ + + + + + @@ -353,6 +371,12 @@ + + + + + @@ -412,6 +436,12 @@ + + + + + @@ -474,6 +504,12 @@ + + + + + @@ -536,6 +572,12 @@ + + + + + @@ -599,6 +641,12 @@ + + + + + @@ -661,6 +709,12 @@ + + + + + @@ -751,6 +805,12 @@ + + + + + @@ -833,6 +893,12 @@ + + + + + diff --git a/xsl/fo/glossary.xsl b/xsl/fo/glossary.xsl index d15d638ae..ce1717617 100644 --- a/xsl/fo/glossary.xsl +++ b/xsl/fo/glossary.xsl @@ -164,6 +164,11 @@ + + + + + @@ -455,6 +460,11 @@ + + + + + diff --git a/xsl/fo/index.xsl b/xsl/fo/index.xsl index f08076e9f..f4aaa7925 100644 --- a/xsl/fo/index.xsl +++ b/xsl/fo/index.xsl @@ -111,6 +111,11 @@ + + + + + @@ -207,6 +212,11 @@ + + + + + diff --git a/xsl/fo/pagesetup.xsl b/xsl/fo/pagesetup.xsl index 01f3bd2ec..5817a6f38 100644 --- a/xsl/fo/pagesetup.xsl +++ b/xsl/fo/pagesetup.xsl @@ -2070,6 +2070,11 @@ + + + + + diff --git a/xsl/fo/refentry.xsl b/xsl/fo/refentry.xsl index cea6b8d3e..fe2ee1aab 100644 --- a/xsl/fo/refentry.xsl +++ b/xsl/fo/refentry.xsl @@ -72,6 +72,11 @@ + + + + + @@ -142,6 +147,11 @@ + + + + + @@ -226,6 +236,11 @@ + + + + + diff --git a/xsl/fo/sections.xsl b/xsl/fo/sections.xsl index 0bc836dcb..4467fa0fc 100644 --- a/xsl/fo/sections.xsl +++ b/xsl/fo/sections.xsl @@ -168,6 +168,11 @@ + + + + + @@ -364,6 +369,11 @@ + + + + + diff --git a/xsl/fo/toc.xsl b/xsl/fo/toc.xsl index 8368537b4..077abd5c0 100644 --- a/xsl/fo/toc.xsl +++ b/xsl/fo/toc.xsl @@ -79,6 +79,12 @@ + + + + + -- 2.40.0