summaryrefslogtreecommitdiff
path: root/params/body.margin.outer.xml
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2012-11-08 13:39:13 -0800
committerAnas Nashif <anas.nashif@intel.com>2012-11-08 13:39:13 -0800
commitb2d73bee5e123c5e69352a447d4bc318132612d9 (patch)
treee8815e7ef185ccaba26bcd616eace378572b922e /params/body.margin.outer.xml
downloaddocbook-xsl-stylesheets-b2d73bee5e123c5e69352a447d4bc318132612d9.tar.gz
docbook-xsl-stylesheets-b2d73bee5e123c5e69352a447d4bc318132612d9.tar.bz2
docbook-xsl-stylesheets-b2d73bee5e123c5e69352a447d4bc318132612d9.zip
Imported Upstream version 1.77.1upstream/1.77.1
Diffstat (limited to 'params/body.margin.outer.xml')
-rw-r--r--params/body.margin.outer.xml53
1 files changed, 53 insertions, 0 deletions
diff --git a/params/body.margin.outer.xml b/params/body.margin.outer.xml
new file mode 100644
index 0000000..85c57fa
--- /dev/null
+++ b/params/body.margin.outer.xml
@@ -0,0 +1,53 @@
+<refentry xmlns="http://docbook.org/ns/docbook"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:xi="http://www.w3.org/2001/XInclude"
+ xmlns:src="http://nwalsh.com/xmlns/litprog/fragment"
+ xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+ version="5.0" xml:id="body.margin.outer">
+<refmeta>
+<refentrytitle>body.margin.outer</refentrytitle>
+<refmiscinfo class="other" otherclass="datatype">length</refmiscinfo>
+</refmeta>
+<refnamediv>
+<refname>body.margin.outer</refname>
+<refpurpose>Specify the size of the outer margin of the body region</refpurpose>
+</refnamediv>
+
+<refsynopsisdiv>
+<src:fragment xml:id="body.margin.outer.frag">
+<xsl:param name="body.margin.outer">0in</xsl:param>
+</src:fragment>
+</refsynopsisdiv>
+
+<refsection><info><title>Description</title></info>
+
+<para>The outer body margin is the extra outer side
+(opposite the binding side) margin taken
+from the body
+region in addition to the outer page margin.
+It makes room for a side region for text content whose width is
+specified by the <parameter>region.outer.extent</parameter>
+parameter.</para>
+
+<para>For double-sided output,
+this side region
+is <literal>fo:region-end</literal> on a odd-numbered page,
+and <literal>fo:region-start</literal> on an even-numbered page.</para>
+
+<para>For single-sided output,
+this side region
+is <literal>fo:region-end</literal> for all pages.</para>
+
+<para>This correspondence applies to all languages,
+both left-to-right and right-to-left writing modes.</para>
+
+<para>The default value is zero.</para>
+
+<para>See also
+<parameter>region.inner.extent</parameter>,
+<parameter>region.outer.extent</parameter>,
+<parameter>body.margin.inner</parameter>,
+<parameter>side.region.precedence</parameter>.
+</para>
+</refsection>
+</refentry>