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.end.indent"> | |
7 <refmeta> | |
8 <refentrytitle>body.end.indent</refentrytitle> | |
9 <refmiscinfo class="other" otherclass="datatype">length</refmiscinfo> | |
10 </refmeta> | |
11 <refnamediv> | |
12 <refname>body.end.indent</refname> | |
13 <refpurpose>The end-indent for the body text</refpurpose> | |
14 </refnamediv> | |
15 | |
16 <refsynopsisdiv> | |
17 <src:fragment xml:id="body.end.indent.frag"> | |
18 <xsl:param name="body.end.indent">0pt</xsl:param> | |
19 </src:fragment> | |
20 </refsynopsisdiv> | |
21 | |
22 <refsection><info><title>Description</title></info> | |
23 | |
24 <para>This end-indent property is added to the fo:flow | |
25 for certain page sequences. Which page-sequences it is | |
26 applied to is determined by the template named | |
27 <literal>set.flow.properties</literal>. | |
28 By default, that template adds it to the flow | |
29 for page-sequences using the <quote>body</quote> | |
30 master-reference, as well as appendixes and prefaces. | |
31 </para> | |
32 | |
33 <para>See also <parameter>body.start.indent</parameter>. | |
34 </para> | |
35 | |
36 </refsection> | |
37 </refentry> | |
OLD | NEW |