]> granicus.if.org Git - docbook-dsssl/commitdiff
Add caveat about XEP bug when writing-mode is right-to-left.
authorBob Stayton <bobs@sagehill.net>
Sat, 7 Mar 2009 00:08:46 +0000 (00:08 +0000)
committerBob Stayton <bobs@sagehill.net>
Sat, 7 Mar 2009 00:08:46 +0000 (00:08 +0000)
xsl/params/page.margin.inner.xml
xsl/params/page.margin.outer.xml

index 535b02d9a7dbf80be1a7c37dfad3a01a2e4f028b..97782ba40ba8b252908dd77d1198d9da57cddbab 100644 (file)
@@ -40,5 +40,17 @@ this is the right margin of recto pages.
 For single-sided output, this is the
 right margin of all pages.</para>
 
+<note>
+<para>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 <parameter>page.margin.inner</parameter>
+and <parameter>page.margin.outer</parameter>, until
+this bug is fixed by RenderX.  It does not affect documents
+with left-to-right text direction.</para>
+</note>
+
 </refsection>
 </refentry>
index 3f8099700ad4223b50123da6680c923ba98e072f..61dfeb8e44d9cfa660f163b82b53852561ade783 100644 (file)
@@ -37,5 +37,17 @@ this is the left margin of recto pages.
 For single-sided output, this is the
 left margin of all pages.</para>
 
+<note>
+<para>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 <parameter>page.margin.inner</parameter>
+and <parameter>page.margin.outer</parameter>, until
+this bug is fixed by RenderX.  It does not affect documents
+with left-to-right text direction.</para>
+</note>
+
 </refsection>
 </refentry>