From b9862848a84ae43de3687e77ea55dc3b0672ec32 Mon Sep 17 00:00:00 2001 From: Bob Stayton Date: Sat, 7 Mar 2009 00:08:46 +0000 Subject: [PATCH] Add caveat about XEP bug when writing-mode is right-to-left. --- xsl/params/page.margin.inner.xml | 12 ++++++++++++ xsl/params/page.margin.outer.xml | 12 ++++++++++++ 2 files changed, 24 insertions(+) diff --git a/xsl/params/page.margin.inner.xml b/xsl/params/page.margin.inner.xml index 535b02d9a..97782ba40 100644 --- a/xsl/params/page.margin.inner.xml +++ b/xsl/params/page.margin.inner.xml @@ -40,5 +40,17 @@ this is the right margin of recto pages. For single-sided output, this is the right margin of all pages. + +Current versions (at least as of version 4.13) +of the XEP XSL-FO processor do not +correctly handle these margin settings for documents +with right-to-left text direction. +The workaround in that situation is to reverse +the values for page.margin.inner +and page.margin.outer, until +this bug is fixed by RenderX. It does not affect documents +with left-to-right text direction. + + diff --git a/xsl/params/page.margin.outer.xml b/xsl/params/page.margin.outer.xml index 3f8099700..61dfeb8e4 100644 --- a/xsl/params/page.margin.outer.xml +++ b/xsl/params/page.margin.outer.xml @@ -37,5 +37,17 @@ this is the left margin of recto pages. For single-sided output, this is the left margin of all pages. + +Current versions (at least as of version 4.13) +of the XEP XSL-FO processor do not +correctly handle these margin settings for documents +with right-to-left text direction. +The workaround in that situation is to reverse +the values for page.margin.inner +and page.margin.outer, until +this bug is fixed by RenderX. It does not affect documents +with left-to-right text direction. + + -- 2.40.0