Sophie

Sophie

distrib > Fedora > 17 > i386 > by-pkgid > 9f452694b2d23dacae7f9cc757f9be50 > files > 84

docbook-style-xsl-1.78.1-1.fc17.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.78.1"><link rel="home" href="../index.html" title="DocBook XSL Stylesheets: Reference 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> </td><th width="60%" align="center">Pagination and General Styles</th><td width="20%" align="right"> <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="idp5721072"></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 
<a href="../fo/title.margin.left.html"><em class="parameter"><code>title.margin.left</code></em></a> 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 <a href="../fo/title.margin.left.html"><em class="parameter"><code>title.margin.left</code></em></a>
parameter to the negative value of the desired indent.
</p>

<p>See also <a href="../fo/body.end.indent.html"><em class="parameter"><code>body.end.indent</code></em></a> and
<a href="../fo/title.margin.left.html"><em class="parameter"><code>title.margin.left</code></em></a>.
</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> </td><td width="20%" align="center"><a accesskey="u" href="general.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="body.end.indent.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">body.margin.outer </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> body.end.indent</td></tr></table></div></body></html>