From a756d49221031e8f701b46542e49b75e9cb4c860 Mon Sep 17 00:00:00 2001 From: Bob Stayton Date: Sun, 2 Dec 2012 19:00:58 +0000 Subject: [PATCH] New param to control generating blank even-numbered pages. --- xsl/params/force.blank.pages.xml | 44 ++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100755 xsl/params/force.blank.pages.xml diff --git a/xsl/params/force.blank.pages.xml b/xsl/params/force.blank.pages.xml new file mode 100755 index 000000000..6c18227ae --- /dev/null +++ b/xsl/params/force.blank.pages.xml @@ -0,0 +1,44 @@ + + +force.blank.pages +boolean + + +force.blank.pages +Generate blank page to end on even page number + + + + + + + + +Description + +If non-zero (the default), then each page sequence will be forced to +end on an even-numbered page, by inserting a blank page +if necessary. This will force the next page sequence to start +on an odd-numbered page, which is a standard convention +for printed and bound books. + +If zero, then such blank pages will not be inserted. +This is useful when publishing online where blank +pages are not needed. + + +This param is independent of the +double.sided parameter, which +just triggers the use of even and odd page sequence +masters that differ in their header and footer placement. +So you can combine the two params for alternating +headers/footers and no blank pages. + + + + -- 2.40.0