Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-release > by-pkgid > 6e019a662639ac6470f50dea3a4d8157 > files > 82

docbook-style-xsl-doc-1.79.2-4.mga7.noarch.rpm

<html><head>
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
   <title>body.start.indent</title><link rel="stylesheet" type="text/css" href="../reference.css"><meta name="generator" content="DocBook XSL Stylesheets V1.79.2"><link rel="home" href="../index.html" title="DocBook XSL Stylesheets: Reference&nbsp;Documentation"><link rel="up" href="general.html" title="Pagination and General Styles"><link rel="prev" href="body.margin.outer.html" title="body.margin.outer"><link rel="next" href="body.end.indent.html" title="body.end.indent"><link rel="copyright" href="copyright.html" title="License"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">body.start.indent</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="body.margin.outer.html">Prev</a>&nbsp;</td><th width="60%" align="center">Pagination and General Styles</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="body.end.indent.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="body.start.indent"></a><div class="titlepage"></div><div class="refnamediv"><h2><span class="refentrytitle">body.start.indent</span></h2><p>body.start.indent &#8212; The start-indent for the body text</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><a name="body.start.indent.frag"></a><pre class="programlisting">
&lt;xsl:param name="body.start.indent"&gt;
  &lt;xsl:choose&gt;
    &lt;xsl:when test="$fop.extensions != 0"&gt;0pt&lt;/xsl:when&gt;
    &lt;xsl:when test="$passivetex.extensions != 0"&gt;0pt&lt;/xsl:when&gt;
    &lt;xsl:otherwise&gt;4pc&lt;/xsl:otherwise&gt;
  &lt;/xsl:choose&gt;
&lt;/xsl:param&gt;
</pre></div><div class="refsection"><a name="d0e19828"></a><h2>Description</h2><p>This parameter provides
the means of indenting the body text relative to
section titles.
For left-to-right text direction, it indents the left side.
For right-to-left text direction, it indents the right side.
It is used in place of the 
<em class="parameter"><code>title.margin.left</code></em> for
all XSL-FO processors except FOP 0.25.
It enables support for side floats to appear
in the indented margin area.
</p><p>This start-indent property is added to the fo:flow
for certain page sequences.  Which page-sequences it is 
applied to is determined by the template named
<code class="literal">set.flow.properties</code>.
By default, that template adds it to the flow
for page-sequences using the <span class="quote">&#8220;<span class="quote">body</span>&#8221;</span>
master-reference, as well as appendixes and prefaces.
</p><p>If this parameter is used, section titles should have
a start-indent value of 0pt if they are to be
outdented relative to the body text.
</p><p>If you are using FOP, then set this parameter to a zero
width value and set the <em class="parameter"><code>title.margin.left</code></em>
parameter to the negative value of the desired indent.
</p><p>See also <em class="parameter"><code>body.end.indent</code></em> and
<em class="parameter"><code>title.margin.left</code></em>.
</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="body.margin.outer.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="u" href="general.html">Up</a></td><td width="40%" align="right">&nbsp;<a accesskey="n" href="body.end.indent.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">body.margin.outer&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;body.end.indent</td></tr></table></div></body></html>