OLD | NEW |
| (Empty) |
1 <refentry xmlns="http://docbook.org/ns/docbook" | |
2 xmlns:xlink="http://www.w3.org/1999/xlink" | |
3 xmlns:xi="http://www.w3.org/2001/XInclude" | |
4 xmlns:src="http://nwalsh.com/xmlns/litprog/fragment" | |
5 xmlns:xsl="http://www.w3.org/1999/XSL/Transform" | |
6 version="5.0" xml:id="body.margin.inner"> | |
7 <refmeta> | |
8 <refentrytitle>body.margin.inner</refentrytitle> | |
9 <refmiscinfo class="other" otherclass="datatype">length</refmiscinfo> | |
10 </refmeta> | |
11 <refnamediv> | |
12 <refname>body.margin.inner</refname> | |
13 <refpurpose>Specify the size of the inner margin of the body region</refpurpose> | |
14 </refnamediv> | |
15 | |
16 <refsynopsisdiv> | |
17 <src:fragment xml:id="body.margin.inner.frag"> | |
18 <xsl:param name="body.margin.inner">0in</xsl:param> | |
19 </src:fragment> | |
20 </refsynopsisdiv> | |
21 | |
22 <refsection><info><title>Description</title></info> | |
23 | |
24 <para>The inner body margin is the extra inner side | |
25 (binding side) margin taken from the body | |
26 region in addition to the inner page margin. | |
27 It makes room for a side region for text content whose width is | |
28 specified by the <parameter>region.inner.extent</parameter> | |
29 parameter.</para> | |
30 | |
31 <para>For double-sided output, | |
32 this side region | |
33 is <literal>fo:region-start</literal> on a odd-numbered page, | |
34 and <literal>fo:region-end</literal> on an even-numbered page.</para> | |
35 | |
36 <para>For single-sided output, | |
37 this side region | |
38 is <literal>fo:region-start</literal> for all pages.</para> | |
39 | |
40 <para>This correspondence applies to all languages, | |
41 both left-to-right and right-to-left writing modes.</para> | |
42 | |
43 <para>The default value is zero.</para> | |
44 | |
45 <para>See also | |
46 <parameter>region.inner.extent</parameter>, | |
47 <parameter>region.outer.extent</parameter>, | |
48 <parameter>body.margin.outer</parameter>, | |
49 <parameter>side.region.precedence</parameter>. | |
50 </para> | |
51 </refsection> | |
52 </refentry> | |
OLD | NEW |