]> git.evergreen-ils.org Git - working/Evergreen.git/blob - stylesheets/evergreen_docbook_files/docbook-xsl-1.75.2/params/body.start.indent.xml
Capitalized the start of a sentence in the bucket section of cataloging.
[working/Evergreen.git] / stylesheets / evergreen_docbook_files / docbook-xsl-1.75.2 / params / body.start.indent.xml
1 <refentry xmlns="http://docbook.org/ns/docbook"\r
2           xmlns:xlink="http://www.w3.org/1999/xlink"\r
3           xmlns:xi="http://www.w3.org/2001/XInclude"\r
4           xmlns:src="http://nwalsh.com/xmlns/litprog/fragment"\r
5           xmlns:xsl="http://www.w3.org/1999/XSL/Transform"\r
6           version="5.0" xml:id="body.start.indent">\r
7 <refmeta>\r
8 <refentrytitle>body.start.indent</refentrytitle>\r
9 <refmiscinfo class="other" otherclass="datatype">length</refmiscinfo>\r
10 </refmeta>\r
11 <refnamediv>\r
12 <refname>body.start.indent</refname>\r
13 <refpurpose>The start-indent for the body text</refpurpose>\r
14 </refnamediv>\r
15 \r
16 <refsynopsisdiv>\r
17 <src:fragment xml:id="body.start.indent.frag">\r
18 <xsl:param name="body.start.indent">\r
19   <xsl:choose>\r
20     <xsl:when test="$fop.extensions != 0">0pt</xsl:when>\r
21     <xsl:when test="$passivetex.extensions != 0">0pt</xsl:when>\r
22     <xsl:otherwise>4pc</xsl:otherwise>\r
23   </xsl:choose>\r
24 </xsl:param>\r
25 </src:fragment>\r
26 </refsynopsisdiv>\r
27 \r
28 <refsection><info><title>Description</title></info>\r
29 \r
30 <para>This parameter provides\r
31 the means of indenting the body text relative to\r
32 section titles.\r
33 For left-to-right text direction, it indents the left side.\r
34 For right-to-left text direction, it indents the right side.\r
35 It is used in place of the \r
36 <parameter>title.margin.left</parameter> for\r
37 all XSL-FO processors except FOP 0.25.\r
38 It enables support for side floats to appear\r
39 in the indented margin area.\r
40 </para>\r
41 <para>This start-indent property is added to the fo:flow\r
42 for certain page sequences.  Which page-sequences it is \r
43 applied to is determined by the template named\r
44 <literal>set.flow.properties</literal>.\r
45 By default, that template adds it to the flow\r
46 for page-sequences using the <quote>body</quote>\r
47 master-reference, as well as appendixes and prefaces.\r
48 </para>\r
49 <para>If this parameter is used, section titles should have\r
50 a start-indent value of 0pt if they are to be\r
51 outdented relative to the body text.\r
52 </para>\r
53 \r
54 <para>If you are using FOP, then set this parameter to a zero\r
55 width value and set the <parameter>title.margin.left</parameter>\r
56 parameter to the negative value of the desired indent.\r
57 </para>\r
58 \r
59 <para>See also <parameter>body.end.indent</parameter> and\r
60 <parameter>title.margin.left</parameter>.\r
61 </para>\r
62 \r
63 </refsection>\r
64 </refentry>\r